diff options
Diffstat (limited to 'taskcluster/ci/fetch/toolchains.yml')
-rw-r--r-- | taskcluster/ci/fetch/toolchains.yml | 70 |
1 files changed, 13 insertions, 57 deletions
diff --git a/taskcluster/ci/fetch/toolchains.yml b/taskcluster/ci/fetch/toolchains.yml index 50ffb065b0..4ab075aacd 100644 --- a/taskcluster/ci/fetch/toolchains.yml +++ b/taskcluster/ci/fetch/toolchains.yml @@ -296,8 +296,8 @@ sccache: fetch: type: git repo: https://github.com/mozilla/sccache - # 0.7.6 release - revision: 794c987b7843f404b9e50513dae978f807ba0a60 + # 0.7.7 release + revision: e976c42c2141969915bdd39dd3177db6f27405a8 fxc2: description: fxc2 source code @@ -491,28 +491,6 @@ nodejs-12-linux64: strip-components: 1 add-prefix: node/ -nodejs-16-linux64: - description: nodejs 16 for x64 linux - fetch: - type: static-url - url: https://nodejs.org/dist/v16.19.0/node-v16.19.0-linux-x64.tar.xz - sha256: c88b52497ab38a3ddf526e5b46a41270320409109c3f74171b241132984fd08f - size: 22492000 - artifact-name: nodejs.tar.zst - strip-components: 1 - add-prefix: node/ - -nodejs-16-macosx64: - description: nodejs 16 for x64 macOS - fetch: - type: static-url - url: https://nodejs.org/dist/v16.19.0/node-v16.19.0-darwin-x64.tar.xz - sha256: 601d1d632b9815dbb647f5cd440a95fa651110b5b4bcaf07ed3aa7886525716b - size: 20975524 - artifact-name: nodejs.tar.zst - strip-components: 1 - add-prefix: node/ - nodejs-18-macosx64: description: nodejs 18 for x64 macOS fetch: @@ -524,17 +502,6 @@ nodejs-18-macosx64: strip-components: 1 add-prefix: node/ -nodejs-16-macosx64-arm64: - description: nodejs 16 for arm64 macOS - fetch: - type: static-url - url: https://nodejs.org/dist/v16.19.0/node-v16.19.0-darwin-arm64.tar.xz - sha256: 7313c9db5f5140ece847a97f366032a10bddb6d87fa28a361ada918addcd5c73 - size: 19363804 - artifact-name: nodejs.tar.zst - strip-components: 1 - add-prefix: node/ - nodejs-18-macosx64-arm64: description: nodejs 18 for arm64 macOS fetch: @@ -546,17 +513,6 @@ nodejs-18-macosx64-arm64: strip-components: 1 add-prefix: node/ -nodejs-16-win32: - description: nodejs 16 for x86 Windows - fetch: - type: static-url - url: https://nodejs.org/dist/v16.19.0/node-v16.19.0-win-x86.zip - sha256: 17e2bf8ed00b3d15321743104104c8b6ef55677dfc18ee2ed44de64fbf2c4def - size: 25424808 - artifact-name: nodejs.tar.zst - strip-components: 1 - add-prefix: node/ - nodejs-18-win32: description: nodejs 18 for x86 Windows fetch: @@ -568,17 +524,6 @@ nodejs-18-win32: strip-components: 1 add-prefix: node/ -nodejs-16-win64: - description: nodejs 16 for x64 Windows - fetch: - type: static-url - url: https://nodejs.org/dist/v16.19.0/node-v16.19.0-win-x64.zip - sha256: 534ca7a24e999c81cec847a498cc43d47e2bb158f6edf639e5297f2718350e96 - size: 27072850 - artifact-name: nodejs.tar.zst - strip-components: 1 - add-prefix: node/ - nodejs-18-win64: description: nodejs 18 for x64 Windows fetch: @@ -712,3 +657,14 @@ windows-rs: artifact-name: windows-rs.tar.zst strip-components: 1 add-prefix: windows-rs/ + +libxml2: + description: Source of the libxml2 library + fetch: + type: static-url + url: https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.12/libxml2-v2.9.12.tar.gz + sha256: 98bfa7a9a5e2a75638422050740448ee9f02bf4dc2075c9822d7747d5ff9e617 + size: 5233674 + artifact-name: libxml2.tar.zst + strip-components: 1 + add-prefix: libxml2/ |