From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- taskcluster/ci/toolchain/misc.yml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'taskcluster/ci/toolchain/misc.yml') diff --git a/taskcluster/ci/toolchain/misc.yml b/taskcluster/ci/toolchain/misc.yml index f19201bc1e..4424cf6e0b 100644 --- a/taskcluster/ci/toolchain/misc.yml +++ b/taskcluster/ci/toolchain/misc.yml @@ -387,7 +387,7 @@ browsertime: toolchain-artifact: public/build/browsertime.tar.zst fetches: toolchain: - - linux64-node-16 + - linux64-node wrench-deps: description: "Downloads all the crates needed for building wrench" @@ -524,9 +524,6 @@ win64-vs2019: resources: - build/vs/vs2019.yaml toolchain-artifact: project/gecko/vs/vs.tar.zst - toolchain-alias: - - vs - - vs-toolchain win64-vs2022: description: "VS 2022" @@ -544,6 +541,9 @@ win64-vs2022: resources: - build/vs/vs2022.yaml toolchain-artifact: project/gecko/vs/vs.tar.zst + toolchain-alias: + - vs + - vs-toolchain linux64-afl-instrumentation-4.0: description: "AFL++ instrumentation toolchain build" @@ -603,3 +603,17 @@ windows-rs: - artifact: windows-rs.tar.zst extract: false dest: ../artifacts + +win64-libxml2: + description: "libxml2 toolchain build" + treeherder: + symbol: TW64(libxml2) + run: + script: build-libxml2.sh + toolchain-artifact: public/build/libxml2.tar.zst + fetches: + fetch: + - libxml2 + toolchain: + - linux64-clang-toolchain + - vs-toolchain -- cgit v1.2.3