summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/build/windows-mingw.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
commita90a5cba08fdf6c0ceb95101c275108a152a3aed (patch)
tree532507288f3defd7f4dcf1af49698bcb76034855 /taskcluster/ci/build/windows-mingw.yml
parentAdding debian version 126.0.1-1. (diff)
downloadfirefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz
firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/ci/build/windows-mingw.yml')
-rw-r--r--taskcluster/ci/build/windows-mingw.yml173
1 files changed, 0 insertions, 173 deletions
diff --git a/taskcluster/ci/build/windows-mingw.yml b/taskcluster/ci/build/windows-mingw.yml
deleted file mode 100644
index 09c3ee0022..0000000000
--- a/taskcluster/ci/build/windows-mingw.yml
+++ /dev/null
@@ -1,173 +0,0 @@
-# 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
- fetches:
- toolchain:
- - windows-rs
-
-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-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-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-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-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