diff --git a/taskcluster/ci/build/windows.yml b/taskcluster/ci/build/windows.yml index b918eac3f48e..b89f7c0e38a8 100755 --- a/taskcluster/ci/build/windows.yml +++ b/taskcluster/ci/build/windows.yml @@ -461,32 +461,44 @@ win32-add-on-devel/opt: platform: windows2012-32-add-on-devel/opt symbol: B tier: 2 - worker-type: b-win2012 + worker-type: b-linux worker: + docker-image: {in-tree: debian9-amd64-build} max-run-time: 10800 env: TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win32/releng.manifest" run: + actions: [get-secrets, build] options: [append-env-variables-from-configs] script: "mozharness/scripts/fx_desktop_build.py" secrets: true config: - builds/releng_base_firefox.py - - builds/taskcluster_base_windows.py - - builds/taskcluster_base_win32.py + - builds/releng_base_linux_64_builds.py extra-config: stage_platform: win32-add-on-devel + mozconfig_platform: win32 + env: + LD_PRELOAD: "/builds/worker/fetches/liblowercase/liblowercase.so" + LOWERCASE_DIRS: "/builds/worker/checkouts/gecko/vs2017_15.8.4" mozconfig-variant: add-on-devel run-on-projects: ['mozilla-beta', 'mozilla-release'] fetches: toolchain: - - win64-clang-cl - - win64-rust - - win64-rust-size - - win64-cbindgen - - win64-sccache - - win64-nasm - - win64-node + - linux64-binutils + - linux64-clang-win-cross + - linux64-rust-cross + - linux64-rust-size + - linux64-nasm + - linux64-node + - linux64-cbindgen + - linux64-sccache + - linux64-dump-syms + - linux64-wine + - linux64-liblowercase + fetch: + - nsis-3.01-win + - upx-3.95-win win64-add-on-devel/opt: description: "Windows64 add-on-devel" @@ -497,32 +509,44 @@ win64-add-on-devel/opt: platform: windows2012-64-add-on-devel/opt symbol: B tier: 2 - worker-type: b-win2012 + worker-type: b-linux worker: + docker-image: {in-tree: debian9-amd64-build} max-run-time: 10800 env: TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest" run: + actions: [get-secrets, build] options: [append-env-variables-from-configs] script: "mozharness/scripts/fx_desktop_build.py" secrets: true config: - builds/releng_base_firefox.py - - builds/taskcluster_base_windows.py - - builds/taskcluster_base_win64.py + - builds/releng_base_linux_64_builds.py extra-config: stage_platform: win64-on-devel + mozconfig_platform: win64 + env: + LD_PRELOAD: "/builds/worker/fetches/liblowercase/liblowercase.so" + LOWERCASE_DIRS: "/builds/worker/checkouts/gecko/vs2017_15.8.4" mozconfig-variant: add-on-devel run-on-projects: ['mozilla-beta', 'mozilla-release'] fetches: toolchain: - - win64-clang-cl - - win64-rust - - win64-rust-size - - win64-cbindgen - - win64-sccache - - win64-nasm - - win64-node + - linux64-binutils + - linux64-clang-win-cross + - linux64-rust-cross + - linux64-rust-size + - linux64-nasm + - linux64-node + - linux64-cbindgen + - linux64-sccache + - linux64-dump-syms + - linux64-wine + - linux64-liblowercase + fetch: + - nsis-3.01-win + - upx-3.95-win win64-noopt/debug: description: "Win64 No-optimize Debug"