summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/build/windows-mingw.yml
blob: 4927499e1fa65d2978a9bf970c9d435e19f068f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
job-defaults:
    worker-type: b-linux-gcp
    worker:
        max-run-time: 7200
    run:
        using: mozharness
        actions: [build]
        script: mozharness/scripts/fx_desktop_build.py
    optimization:
        skip-unless-expanded: null

win32-mingwclang/opt:
    description: "Win32 MinGW-Clang Opt"
    index:
        product: firefox
        job-name: win32-mingwclang-opt
    treeherder:
        platform: windows-mingw32/all
        symbol: WMC32(Bo)
        tier: 2
    worker:
        env:
            PERFHERDER_EXTRA_OPTIONS: "opt 32 clang"
            MOZ_AUTOMATION_PACKAGE_TESTS: "1"
    run:
        config:
            - builds/releng_base_firefox.py
            - builds/releng_base_windows_32_mingw_builds.py
            - builds/releng_sub_windows_configs/32_mingwclang.py
        mozconfig-variant: mingwclang
    run-on-projects:
        - 'mozilla-central'
        - 'mozilla-esr102'
        - 'mozilla-esr115'
    use-sccache: true
    fetches:
        toolchain:
            - mingw32-rust
            - linux64-upx
            - linux64-wine
            - linux64-sccache
            - linux64-cbindgen
            - linux64-nasm
            - linux64-node
            - linux64-clang-mingw-x86
            - linux64-mingw32-nsis
            - linux64-mingw-fxc2-x86
            - linux64-dump_syms
            - sysroot-x86_64-linux-gnu
            - sysroot-wasm32-wasi

win32-mingwclang/debug:
    description: "Win32 MinGW-Clang Debug"
    index:
        product: firefox
        job-name: win32-mingwclang-debug
    treeherder:
        platform: windows-mingw32/all
        symbol: WMC32(Bd)
        tier: 2
    worker:
        env:
            PERFHERDER_EXTRA_OPTIONS: "debug 32 clang"
            MOZ_AUTOMATION_PACKAGE_TESTS: "1"
    run:
        config:
            - builds/releng_base_firefox.py
            - builds/releng_base_windows_32_mingw_builds.py
            - builds/releng_sub_windows_configs/32_mingwclang.py
        mozconfig-variant: mingwclang-debug
    run-on-projects:
        - 'mozilla-central'
        - 'mozilla-esr102'
        - 'mozilla-esr115'
    use-sccache: true
    fetches:
        toolchain:
            - mingw32-rust
            - linux64-upx
            - linux64-wine
            - linux64-sccache
            - linux64-cbindgen
            - linux64-nasm
            - linux64-node
            - linux64-clang-mingw-x86
            - linux64-mingw32-nsis
            - linux64-mingw-fxc2-x86
            - linux64-dump_syms
            - sysroot-x86_64-linux-gnu
            - sysroot-wasm32-wasi

win64-mingwclang/opt:
    description: "Win64 MinGW-Clang Opt"
    index:
        product: firefox
        job-name: win64-mingwclang-opt
    treeherder:
        platform: windows-mingw32/all
        symbol: WMC64(Bo)
        tier: 2
    worker:
        env:
            PERFHERDER_EXTRA_OPTIONS: "opt 64 clang"
            MOZ_AUTOMATION_PACKAGE_TESTS: "1"
    run:
        config:
            - builds/releng_base_firefox.py
            - builds/releng_base_windows_64_mingw_builds.py
            - builds/releng_sub_windows_configs/64_mingwclang.py
        mozconfig-variant: mingwclang
    run-on-projects:
        - 'mozilla-central'
        - 'mozilla-esr102'
        - 'mozilla-esr115'
    use-sccache: true
    fetches:
        toolchain:
            - mingw32-rust
            - linux64-upx
            - linux64-wine
            - linux64-sccache
            - linux64-cbindgen
            - linux64-nasm
            - linux64-node
            - linux64-clang-mingw-x64
            - linux64-mingw32-nsis
            - linux64-mingw-fxc2-x86
            - linux64-dump_syms
            - sysroot-x86_64-linux-gnu
            - sysroot-wasm32-wasi

win64-mingwclang/debug:
    description: "Win64 MinGW-Clang Debug"
    index:
        product: firefox
        job-name: win64-mingwclang-debug
    treeherder:
        platform: windows-mingw32/all
        symbol: WMC64(Bd)
        tier: 2
    worker:
        env:
            PERFHERDER_EXTRA_OPTIONS: "debug 64 clang"
            MOZ_AUTOMATION_PACKAGE_TESTS: "1"
    run:
        config:
            - builds/releng_base_firefox.py
            - builds/releng_base_windows_64_mingw_builds.py
            - builds/releng_sub_windows_configs/64_mingwclang.py
        mozconfig-variant: mingwclang-debug
    run-on-projects:
        - 'mozilla-central'
        - 'mozilla-esr102'
        - 'mozilla-esr115'
    use-sccache: true
    fetches:
        toolchain:
            - mingw32-rust
            - linux64-upx
            - linux64-wine
            - linux64-sccache
            - linux64-cbindgen
            - linux64-nasm
            - linux64-node
            - linux64-clang-mingw-x64
            - linux64-mingw32-nsis
            - linux64-mingw-fxc2-x86
            - linux64-dump_syms
            - sysroot-x86_64-linux-gnu
            - sysroot-wasm32-wasi