devops: fix firefox-stable build script (#6175)
The old mach used `--no-interactive` flag at a different place.
This commit is contained in:
parent
ad8b43467e
commit
82e8c7226d
|
|
@ -87,7 +87,7 @@ if [[ $1 == "--full" || $2 == "--full" ]]; then
|
||||||
rm -rf "$HOME/.mozbuild/node"
|
rm -rf "$HOME/.mozbuild/node"
|
||||||
mv node "$HOME/.mozbuild/"
|
mv node "$HOME/.mozbuild/"
|
||||||
elif [[ "$(uname)" == "Darwin" || "$(uname)" == "Linux" ]]; then
|
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
|
fi
|
||||||
if [[ ! -z "${WIN32_REDIST_DIR}" ]]; then
|
if [[ ! -z "${WIN32_REDIST_DIR}" ]]; then
|
||||||
# Having this option in .mozconfig kills incremental compilation.
|
# Having this option in .mozconfig kills incremental compilation.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue