Bug 1623523 - Switch Windows add-on-devel builds to cross-builds. r=firefox-build-system-reviewers,rstewart

Differential Revision: https://phabricator.services.mozilla.com/D69171

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Hommey 2020-04-01 22:28:07 +00:00
Родитель cbd463110b
Коммит b5409be38c
1 изменённых файлов: 44 добавлений и 20 удалений

Просмотреть файл

@ -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"