devops: fix firefox-stable roll build (#6255)
This commit is contained in:
parent
ad731c1535
commit
faf39a23ac
|
|
@ -1,2 +1,2 @@
|
||||||
1243
|
1244
|
||||||
Changed: lushnikov@chromium.org Tue 20 Apr 2021 01:41:52 PM PDT
|
Changed: lushnikov@chromium.org Tue 20 Apr 2021 04:48:52 PM PDT
|
||||||
|
|
|
||||||
|
|
@ -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 bootstrap --no-interactive --application-choice=browser --no-system-changes
|
SHELL=/bin/sh ./mach --no-interactive bootstrap --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