diff options
Diffstat (limited to 'extra/nodejs')
-rwxr-xr-x | extra/nodejs/build | 11 | ||||
-rw-r--r-- | extra/nodejs/checksums | 2 | ||||
-rw-r--r-- | extra/nodejs/sources | 2 | ||||
-rw-r--r-- | extra/nodejs/version | 2 |
4 files changed, 6 insertions, 11 deletions
diff --git a/extra/nodejs/build b/extra/nodejs/build index 10458be2..e773f969 100755 --- a/extra/nodejs/build +++ b/extra/nodejs/build @@ -5,17 +5,12 @@ ulimit -n 4096 ||: ./configure \ --prefix=/usr \ - --with-intl=none \ + --with-intl=small-icu \ + --fully-static \ --ninja # Remove broken subninja that we don't require anyway. -clsed '/^subninja.*openssl-fipsmodule/d' out/Release/build.ninja +# clsed '/^subninja.*openssl-fipsmodule/d' out/Release/build.ninja ninja -C out/Release tools/install.py install "$1" /usr - -# Change name of file that has a name longer than the value allowed by the ustar -# format. -cd "$1/usr/lib/node_modules/corepack/dist" -mv vendors-_yarn*.js vendors-_yarn_berry_cache.js -clsed '/yarn_berry/s/vendors-[^"]*/vendors-_yarn_berry_cache/' corepack.js diff --git a/extra/nodejs/checksums b/extra/nodejs/checksums index 543f4ae7..abd1414a 100644 --- a/extra/nodejs/checksums +++ b/extra/nodejs/checksums @@ -1,2 +1,2 @@ %BLAKE3 -caec5ce26da0b52f906e2d30d96b401a38f8cbc9075f0148413ed6cc029826f9 v19.1.0.tar.gz +85f2e67e2f6e8f290494ca8fb595d5a4fd5e9f7b0d480376e814c97da2f3f222 v20.7.0.tar.gz diff --git a/extra/nodejs/sources b/extra/nodejs/sources index 2db66ea8..6886b973 100644 --- a/extra/nodejs/sources +++ b/extra/nodejs/sources @@ -1 +1 @@ -https://github.com/nodejs/node/archive/v19.1.0.tar.gz +https://github.com/nodejs/node/archive/v20.7.0.tar.gz diff --git a/extra/nodejs/version b/extra/nodejs/version index 119d7b4b..0a2edb2c 100644 --- a/extra/nodejs/version +++ b/extra/nodejs/version @@ -1 +1 @@ -19.1.0 1 +20.7.0 1 |