mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
f556d427fb
The --disable-compile-environment configure option used by the artifact builds removes all support for toolchains, including setting paths for them with environment options. Unset the RUSTC and CARGO vars inherited from mozconfig.rust in the artifact mozconfigs to accommodate the invalid option check, just like we do for the CC and CXX options. MozReview-Commit-ID: IwPetRaIY25 --HG-- extra : rebase_source : 37fb4bf9e69d3082cc0ed6b0013e6363a7e8e8e5
13 lines
298 B
Plaintext
13 lines
298 B
Plaintext
MOZ_AUTOMATION_BUILD_SYMBOLS=0
|
|
MOZ_AUTOMATION_L10N_CHECK=0
|
|
|
|
. "$topsrcdir/browser/config/mozconfigs/linux64/common-opt"
|
|
. "$topsrcdir/build/mozconfig.common.override"
|
|
|
|
ac_add_options --enable-artifact-builds
|
|
ac_add_options --enable-artifact-build-symbols
|
|
unset CC
|
|
unset CXX
|
|
unset RUSTC
|
|
unset CARGO
|