Skip to content

Commit 5491d63

Browse files
committed
v26.2.0
1 parent 8a1c922 commit 5491d63

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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 \

build-alpine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
node_ver=v26.1.0
5+
node_ver=v26.2.0
66

77
apk add \
88
clang \

lto.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --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': {
6767
diff --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 @@

utils/update-diff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trap 'rm -rf "$workdir"' EXIT
77

88
cd "$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

1212
git apply "$OLDPWD/lto.diff"
1313

0 commit comments

Comments
 (0)