mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
03b94324a6
The artifact builds that are automatically derived using the artifact template set the USE_ARTIFACT environment variable from taskcluster. After the previous change, --artifact builds from try syntax do that too. That leaves us with only the artifact-build build not doing it, so for consistency, do it there. That makes it not necessary to set USE_ARTIFACT from mozconfig.artifact.automation anymore. Depends on D22056 Differential Revision: https://phabricator.services.mozilla.com/D21313 --HG-- extra : moz-landing-system : lando
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
# Common options for artifact builds to set automation steps.
|
|
# This gets included before mozconfig.automation.
|
|
|
|
MOZ_AUTOMATION_BUILD_SYMBOLS=0
|
|
MOZ_AUTOMATION_L10N_CHECK=0
|
|
MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES=0
|
|
MOZ_AUTOMATION_ARTIFACT_BUILDS=1
|