mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +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
11 lines
271 B
Plaintext
11 lines
271 B
Plaintext
MOZ_AUTOMATION_BUILD_SYMBOLS=0
|
|
MOZ_AUTOMATION_L10N_CHECK=0
|
|
|
|
. "$topsrcdir/build/macosx/mozconfig.common"
|
|
. "$topsrcdir/build/mozconfig.common.override"
|
|
|
|
. "$topsrcdir/build/mozconfig.artifact"
|
|
ac_add_options --enable-artifact-build-symbols
|
|
|
|
ac_add_options --enable-debug
|