diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-02-26 14:27:52 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-02-26 14:27:52 +0000 |
| commit | f447b1c7ac5ea7ab7975be31ea37bce86a7a3dc0 (patch) | |
| tree | 8e20067113bc2600a5edbfacedb9a942152f8340 /nodejs/abuild | |
| parent | 5c389352778b911ac9df974320e8af1d85861a81 (diff) | |
| download | alicelinux-f447b1c7ac5ea7ab7975be31ea37bce86a7a3dc0.tar.gz alicelinux-f447b1c7ac5ea7ab7975be31ea37bce86a7a3dc0.zip | |
Woodpecker CI 13608c4ce852ed8cb2385aa82504a95e84c9c5d7 [SKIP CI]
Diffstat (limited to 'nodejs/abuild')
| -rw-r--r-- | nodejs/abuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nodejs/abuild b/nodejs/abuild index 2e609bbd..2e9c0a21 100644 --- a/nodejs/abuild +++ b/nodejs/abuild @@ -1,9 +1,10 @@ name=nodejs -version=24.13.0 +version=25.7.0 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" + 0001-no-libatomic.patch + libc++-malloc.patch + unbundle-uv.patch" build() { # use system openssl when openssl installed |