File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 runner_tag : ARM64
2323 steps :
2424 - name : checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v6
2626
2727 - name : build-image
2828 run : |
5151 podman rmi rust:alpine-mimalloc
5252
5353 - name : upload-artifact
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@v6
5555 with :
5656 name : node-linux-${{ matrix.arch }}
5757 path : dist/node-v*.tar.xz
Original file line number Diff line number Diff line change 22
33set -eu
44
5- node_ver=v25.2.1
5+ node_ver=v25.3.0
66
77apk add \
88 clang \
@@ -13,7 +13,7 @@ apk add \
1313
1414cd " $( mktemp -d) "
1515
16- curl -f -L --retry 5 https://nodejs.org/dist/$node_ver /node-$node_ver .tar.xz | tar xJ --strip-components=1
16+ curl -f -L https://nodejs.org/dist/$node_ver /node-$node_ver .tar.xz | tar xJ --strip-components=1
1717patch -p1 -i /workspace/lto.diff
1818
1919make -j" $( nproc) " binary \
Original file line number Diff line number Diff line change 11diff --git a/common.gypi b/common.gypi
2- index b1858065..72be2b91 100644
2+ index b915af23..fd954090 100644
33--- a/common.gypi
44+++ b/common.gypi
55@@ -187,9 +187,9 @@
@@ -15,10 +15,10 @@ index b1858065..72be2b91 100644
1515 ],
1616 },
1717diff --git a/deps/cares/configure b/deps/cares/configure
18- index 7a29494d..dbb46253 100755
18+ index f91e2c95..90ff1b76 100755
1919--- a/deps/cares/configure
2020+++ b/deps/cares/configure
21- @@ -16275 ,11 +16275 ,6 @@ _LT_EOF
21+ @@ -17165 ,11 +17165 ,6 @@ _LT_EOF
2222
2323
2424 _lt_libdeps_save_CFLAGS=$CFLAGS
You can’t perform that action at this time.
0 commit comments