devops(firefox): do not bootstrap firefox-release ever on MacOS (#10960)
References #10759
This commit is contained in:
parent
192071d5bc
commit
9b488f5a65
|
|
@ -89,11 +89,9 @@ if [[ $1 != "--juggler" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $1 == "--full" || $2 == "--full" ]]; then
|
if [[ $1 == "--full" || $2 == "--full" ]]; then
|
||||||
if [[ "$(uname)" == "Darwin" || "$(uname)" == "Linux" ]]; then
|
|
||||||
SHELL=/bin/sh ./mach --no-interactive bootstrap --application-choice=browser
|
|
||||||
fi
|
|
||||||
if [[ "$(uname)" == "Linux" ]]; then
|
if [[ "$(uname)" == "Linux" ]]; then
|
||||||
echo "ac_add_options --enable-bootstrap" >> .mozconfig
|
echo "ac_add_options --enable-bootstrap" >> .mozconfig
|
||||||
|
SHELL=/bin/sh ./mach --no-interactive bootstrap --application-choice=browser
|
||||||
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