Bug 1876501 - Use taskcluster-built python for all toolchain/misc r=ahochheiden

Except the task required to build python itself, otherwise we have a
loop, and taskcluster cannot handle that.

Differential Revision: https://phabricator.services.mozilla.com/D199617
This commit is contained in:
serge-sans-paille
2025-05-12 08:41:47 +00:00
committed by sguelton@mozilla.com
parent d3865a8764
commit 156ee43865

View File

@@ -6,6 +6,7 @@ task-defaults:
worker-type: b-linux-gcp worker-type: b-linux-gcp
worker: worker:
max-run-time: 1800 max-run-time: 1800
use-python: default
linux64-binutils-2.31.1: linux64-binutils-2.31.1:
description: "Binutils toolchain build" description: "Binutils toolchain build"
@@ -208,6 +209,7 @@ macosx64-xz:
symbol: TM(xz) symbol: TM(xz)
worker: worker:
max-run-time: 30000 max-run-time: 30000
use-python: system # dependency of taskcluster python
run: run:
script: build-xz.sh script: build-xz.sh
toolchain-artifact: public/build/xz.tar.zst toolchain-artifact: public/build/xz.tar.zst