devops: fix firefox-stable build script (#6175)

The old mach used `--no-interactive` flag at a different place.
This commit is contained in:
Andrey Lushnikov 2021-04-10 00:36:24 -05:00 committed by GitHub
parent ad8b43467e
commit 82e8c7226d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ if [[ $1 == "--full" || $2 == "--full" ]]; then
rm -rf "$HOME/.mozbuild/node"
mv node "$HOME/.mozbuild/"
elif [[ "$(uname)" == "Darwin" || "$(uname)" == "Linux" ]]; then
SHELL=/bin/sh ./mach --no-interactive bootstrap --application-choice=browser --no-system-changes
SHELL=/bin/sh ./mach bootstrap --no-interactive --application-choice=browser --no-system-changes
fi
if [[ ! -z "${WIN32_REDIST_DIR}" ]]; then
# Having this option in .mozconfig kills incremental compilation.