mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
b548230620
Collect common options used in artifact build tests in a single mozconfig so they can be set more consistently. Use this to make unsetting toolchain defines universal in these tasks, fixing fallout from bug 1283898 which defined CARGO and RUSTC everywhere, conflicting with --disable-compiler-environment just like CC and CXX were conflicts in some artifact tasks. MozReview-Commit-ID: 4SbxByjClQb --HG-- extra : rebase_source : d8a48fd2192ceb5ece76c827e2243ae784b991cb
9 lines
255 B
Plaintext
9 lines
255 B
Plaintext
MOZ_AUTOMATION_BUILD_SYMBOLS=0
|
|
MOZ_AUTOMATION_L10N_CHECK=0
|
|
|
|
. "$topsrcdir/browser/config/mozconfigs/linux32/common-opt"
|
|
. "$topsrcdir/build/mozconfig.common.override"
|
|
|
|
. "$topsrcdir/build/mozconfig.artifact"
|
|
ac_add_options --enable-artifact-build-symbols
|