mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Backed out changeset 5bd941606a64 (bug 1405412)
This commit is contained in:
parent
4b5ec86ca9
commit
6c02d12cff
@ -47,9 +47,6 @@ toolchain_run_schema = Schema({
|
||||
'internal',
|
||||
),
|
||||
|
||||
# If true, tc-vcs will be enabled. Not supported on Windows.
|
||||
Required('tc-vcs', default=True): bool,
|
||||
|
||||
# Paths/patterns pointing to files that influence the outcome of a
|
||||
# toolchain build.
|
||||
Optional('resources'): [basestring],
|
||||
@ -123,8 +120,7 @@ def docker_worker_toolchain(config, job, taskdesc):
|
||||
if not any(artifact.get('name') == 'public/build' for artifact in artifacts):
|
||||
docker_worker_add_public_artifacts(config, job, taskdesc)
|
||||
|
||||
if run['tc-vcs']:
|
||||
docker_worker_add_tc_vcs_cache(config, job, taskdesc)
|
||||
docker_worker_add_tc_vcs_cache(config, job, taskdesc)
|
||||
docker_worker_add_gecko_vcs_env_vars(config, job, taskdesc)
|
||||
support_vcs_checkout(config, job, taskdesc, sparse=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user