We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b565aae commit 03c4c0aCopy full SHA for 03c4c0a
lang-js/nodejs-22/spec
@@ -1,9 +1,11 @@
1
-VER=22.17.1
+VER=22.21.0
2
SRCS="tbl::https://nodejs.org/dist/v$VER/node-v$VER.tar.xz"
3
-CHKSUMS="sha256::327415FD76FCEBB98133BF56E2D90E3AC048B038FAC2676F03B6DB91074575B9"
+CHKSUMS="sha256::791b18e969ea22cc952108ee8eaafbb12cddfd973bbbb0b7fc116395c0d9a81c"
4
CHKUPDATE="anitya::id=374342"
5
# Note: Node.js currently requires large memory to build.
6
# Prefer 3C5000 (or faster) build hosts.
7
ENVREQ__LOONGARCH64="total_mem=30 core=16"
8
-# Note: Prefer larger RAM.
+# Note: Prefer larger RAM.
9
ENVREQ__ARM64="total_mem=60"
10
+# Note: Larger RAM per core needed.
11
+ENVREQ__PPC64EL="total_mem_per_core=2"
0 commit comments