File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : build-image
2828 run : |
2929 pushd "$(mktemp -d)"
30- curl -f -L https://github.com/tweag /rust-alpine-mimalloc/archive/refs/heads/master.tar.gz | tar xz --strip-components=1
30+ curl -f -L https://github.com/haskell-wasm /rust-alpine-mimalloc/archive/refs/heads/master.tar.gz | tar xz --strip-components=1
3131 podman --remote build \
3232 --pull \
3333 --squash-all \
Original file line number Diff line number Diff line change 22
33set -eu
44
5- node_ver=v26.1 .0
5+ node_ver=v26.2 .0
66
77apk add \
88 clang \
Original file line number Diff line number Diff line change 11diff --git a/common.gypi b/common.gypi
2- index dbd6bf9d..22d76117 100644
2+ index c0a3d785..e245fa81 100644
33--- a/common.gypi
44+++ b/common.gypi
55@@ -189,9 +189,9 @@
@@ -65,7 +65,7 @@ index 4d8d16f0..3a770c37 100644
6565 ['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
6666 'msvs_settings': {
6767diff --git a/node.gyp b/node.gyp
68- index b129c3db..9c685df4 100644
68+ index c06e95a9..a5f5d274 100644
6969--- a/node.gyp
7070+++ b/node.gyp
7171@@ -1229,7 +1229,7 @@
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ trap 'rm -rf "$workdir"' EXIT
77
88cd " $workdir "
99
10- git clone --depth=1 --branch=v26.1 .0 https://github.com/nodejs/node.git .
10+ git clone --depth=1 --branch=v26.2 .0 https://github.com/nodejs/node.git .
1111
1212git apply " $OLDPWD /lto.diff"
1313
You can’t perform that action at this time.
0 commit comments