summaryrefslogtreecommitdiffstats
path: root/taskcluster/kinds/toolchain/node.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:14 +0000
commit8dd16259287f58f9273002717ec4d27e97127719 (patch)
tree3863e62a53829a84037444beab3abd4ed9dfc7d0 /taskcluster/kinds/toolchain/node.yml
parentReleasing progress-linux version 126.0.1-1~progress7.99u1. (diff)
downloadfirefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz
firefox-8dd16259287f58f9273002717ec4d27e97127719.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/kinds/toolchain/node.yml')
-rw-r--r--taskcluster/kinds/toolchain/node.yml79
1 files changed, 79 insertions, 0 deletions
diff --git a/taskcluster/kinds/toolchain/node.yml b/taskcluster/kinds/toolchain/node.yml
new file mode 100644
index 0000000000..6ab3511aab
--- /dev/null
+++ b/taskcluster/kinds/toolchain/node.yml
@@ -0,0 +1,79 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+---
+job-defaults:
+ description: "Node repack toolchain build"
+ attributes:
+ local-toolchain: true
+ worker-type: b-linux-gcp
+ worker:
+ max-run-time: 1800
+ run:
+ script: repack-node.sh
+ toolchain-artifact: public/build/node.tar.zst
+
+linux64-node-12:
+ treeherder:
+ symbol: TL(node-12)
+ fetches:
+ fetch:
+ - nodejs-12-linux64
+
+linux64-node-18:
+ # The upstream prebuilt binary requires glibc 2.28, which is too recent for Ubuntu 18.04,
+ # so we build our own that won't have that requirement.
+ description: "Node toolchain build"
+ treeherder:
+ symbol: TL(node-18)
+ run:
+ script: build-nodejs.sh
+ toolchain-alias:
+ - linux64-node
+ fetches:
+ fetch:
+ - nodejs-18-source
+ toolchain:
+ - linux64-gcc-11
+ - linux64-toolchain-sysroot
+
+macosx64-node-18:
+ treeherder:
+ symbol: TM(node-18)
+ run:
+ toolchain-alias:
+ - macosx64-node
+
+ fetches:
+ fetch:
+ - nodejs-18-macosx64
+
+macosx64-aarch64-node-18:
+ treeherder:
+ symbol: TM(node-18-arm64)
+ run:
+ toolchain-alias:
+ - macosx64-aarch64-node
+ fetches:
+ fetch:
+ - nodejs-18-macosx64-arm64
+
+win64-node-18:
+ treeherder:
+ symbol: TW64(node-18)
+ run:
+ toolchain-alias:
+ - win64-node
+ fetches:
+ fetch:
+ - nodejs-18-win64
+
+win32-node-18:
+ treeherder:
+ symbol: TW32(node-18)
+ run:
+ toolchain-alias:
+ - win32-node
+ fetches:
+ fetch:
+ - nodejs-18-win32