Skip to content
Snippets Groups Projects
Commit 6b5e3402 authored by Tom Prince's avatar Tom Prince
Browse files

Bug 1580622: Disable python bytecode generation in the decision task; r=nalexander

Differential Revision: https://phabricator.services.mozilla.com/D48457

--HG--
extra : moz-landing-system : lando
parent ada58cbb
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,10 @@ tasks:
GECKO_HEAD_REV: '${push.revision}'
HG_STORE_PATH: /builds/worker/checkouts/hg-store
TASKCLUSTER_CACHES: /builds/worker/checkouts
# mach generates pyc files when reading `mach_commands.py`
# This causes cached_task digest generation to be random for
# some tasks. Disable bytecode generation to work around that.
PYTHONDONTWRITEBYTECODE: '1'
# someday, these will be provided by the worker - Bug 1492664
TASKCLUSTER_ROOT_URL: https://taskcluster.net
TASKCLUSTER_PROXY_URL: http://taskcluster
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment