diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-12-09 16:17:11 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-12-09 16:17:11 +0000 |
| commit | 1da52ca45c69469273983c9bce0885ab4b290fd2 (patch) | |
| tree | b4b2125e7bb080616482e11f5a4b45dba7f18c2c /nodejs/abuild | |
| parent | 22e115455596424c915e2f902b24a801ae406b15 (diff) | |
| download | alicelinux-1da52ca45c69469273983c9bce0885ab4b290fd2.tar.gz alicelinux-1da52ca45c69469273983c9bce0885ab4b290fd2.zip | |
Woodpecker CI 5c56c6b23df66a98f14d8aa42776d71135f1de0d [SKIP CI]
Diffstat (limited to 'nodejs/abuild')
| -rw-r--r-- | nodejs/abuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nodejs/abuild b/nodejs/abuild index 992ca1e2..ebc2d187 100644 --- a/nodejs/abuild +++ b/nodejs/abuild @@ -1,7 +1,8 @@ name=nodejs -version=24.10.0 +version=24.11.1 release=1 source="https://$name.org/dist/v$version/node-v$version.tar.xz + nodejs-allow-build-with-python-3.14.patch 0001-no-libatomic.patch" build() { @@ -18,7 +19,6 @@ build() { --shared-cares \ --shared-libuv \ --shared-nghttp2 \ - --shared-nghttp3 \ --shared-zlib \ --with-intl=system-icu \ $_opt |