Bug 1857407 - Use taskcluster-built python for attribution tasks r=jmaher,releng-reviewers,bhearsum

Differential Revision: https://phabricator.services.mozilla.com/D190257
This commit is contained in:
serge-sans-paille 2023-10-06 17:29:45 +00:00
parent cd4d034734
commit 6f30771d2d
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@ transforms:
- gecko_taskgraph.transforms.task:transforms
kind-dependencies:
- toolchain
# Windows
- repackage-signing-l10n
@ -67,6 +68,7 @@ job-defaults:
# attribution of other files, which they can append themselves.
- --input
- /builds/worker/fetches/target.installer.exe
use-system-python: false
jobs:
win32-devedition/opt:

View File

@ -11,6 +11,7 @@ transforms:
- gecko_taskgraph.transforms.task:transforms
kind-dependencies:
- toolchain
# Windows
- repackage-signing
@ -59,6 +60,7 @@ job-defaults:
# attribution of other files, which they can append themselves.
- --input
- /builds/worker/fetches/target.installer.exe
use-system-python: false
jobs:
win32-devedition/opt: