devops(ff-beta): fix build to use bootstrapped toolchains (#14491)

This is a follow-up to a7a7644bebd69d68d1803bd7b4cf9771bec4d185
that started bootstrapping toolchains from `master` branch.

Now, we have to explicitly use these toolchains when building
Firefox.
This commit is contained in:
Andrey Lushnikov 2022-05-31 01:22:01 -06:00 committed by GitHub
parent f087e39c01
commit f99c3bb977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
1325 1326
Changed: lushnikov@chromium.org Thu May 19 17:56:07 +03 2022 Changed: lushnikov@chromium.org Tue May 31 10:19:28 +03 2022

View File

@ -109,7 +109,7 @@ if [[ $1 == "--juggler" ]]; then
elif [[ $1 == "--bootstrap" ]]; then elif [[ $1 == "--bootstrap" ]]; then
./mach configure ./mach configure
else else
./mach build MOZ_AUTOMATION=1 MOZ_FETCHES_DIR=$HOME/.mozbuild ./mach build
if is_mac; then if is_mac; then
node "${SCRIPT_FOLDER}"/install-preferences.js "$PWD"/${OBJ_FOLDER}/dist node "${SCRIPT_FOLDER}"/install-preferences.js "$PWD"/${OBJ_FOLDER}/dist
else else