author | Mike Hommey <mh+mozilla@glandium.org> |
Tue, 13 Aug 2019 14:26:29 +0900 | |
changeset 488140 | 45bb0c1dfbf475c413e71d806c9a28c98198029c |
parent 488139 | df07c14dac87f7ee61fd356d30889d9f44f13f06 |
child 488141 | a1e9b49557436acb5dbb7e25668daebb3c5134c3 |
push id | 36435 |
push user | cbrindusan@mozilla.com |
push date | Thu, 15 Aug 2019 09:46:49 +0000 |
treeherder | mozilla-central@0db07ff50ab5 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | nalexander |
bugs | 1573378 |
milestone | 70.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/taskcluster/taskgraph/transforms/job/toolchain.py +++ b/taskcluster/taskgraph/transforms/job/toolchain.py @@ -127,17 +127,16 @@ def docker_worker_toolchain(config, job, # Toolchain checkouts don't live under {workdir}/checkouts workspace = '{workdir}/workspace/build'.format(**run) gecko_path = '{}/src'.format(workspace) env = worker['env'] env.update({ 'MOZ_BUILD_DATE': config.params['moz_build_date'], 'MOZ_SCM_LEVEL': config.params['level'], - 'MOZ_FETCHES_DIR': workspace, 'GECKO_PATH': gecko_path, }) attributes = taskdesc.setdefault('attributes', {}) attributes['toolchain-artifact'] = run.pop('toolchain-artifact') if 'toolchain-alias' in run: attributes['toolchain-alias'] = run.pop('toolchain-alias')