Skip to content

Commit

Permalink
v22.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Aug 24, 2024
1 parent b89bd03 commit 75734ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

node_ver=v22.5.1
node_ver=v22.7.0

apk add \
linux-headers \
Expand All @@ -12,6 +12,7 @@ apk add \
cd "$(mktemp -d)"

curl -f -L --retry 5 https://nodejs.org/dist/$node_ver/node-$node_ver.tar.xz | tar xJ --strip-components=1
sed -i -e '/v8_enable_sandbox/d' configure.py
patch -p1 -i /workspace/use-etc-ssl-certs.patch

make -j"$(nproc)" binary \
Expand Down

0 comments on commit 75734ec

Please sign in to comment.