Skip to content

Commit 6d19c88

Browse files
committed
v26.4.0
1 parent 4da1c44 commit 6d19c88

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- os: ubuntu-24.04
16+
- os: ubuntu-26.04
1717
arch: x86_64
18-
- os: ubuntu-24.04-arm
18+
- os: ubuntu-26.04-arm
1919
arch: aarch64
2020
steps:
2121
- name: checkout

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.3.1
5+
node_ver=v26.4.0
66

77
apk add \
88
clang \

lto.diff

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/common.gypi b/common.gypi
2-
index 26c2ef36..c3eefc08 100644
2+
index 36b4b113..dc8d1e0a 100644
33
--- a/common.gypi
44
+++ b/common.gypi
55
@@ -189,9 +189,9 @@
@@ -52,10 +52,10 @@ index da03938f..00057f89 100644
5252
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
5353
'msvs_settings': {
5454
diff --git a/deps/openssl/openssl.gyp b/deps/openssl/openssl.gyp
55-
index 4d8d16f0..3a770c37 100644
55+
index 4e16412a..779d194b 100644
5656
--- a/deps/openssl/openssl.gyp
5757
+++ b/deps/openssl/openssl.gyp
58-
@@ -75,7 +75,7 @@
58+
@@ -84,7 +84,7 @@
5959
}],
6060
# Avoid excessive LTO
6161
['enable_lto=="true"', {
@@ -65,10 +65,10 @@ 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 82c5bdae..786c33f7 100644
68+
index 1779a57c..401d94f6 100644
6969
--- a/node.gyp
7070
+++ b/node.gyp
71-
@@ -1225,7 +1225,7 @@
71+
@@ -1259,7 +1259,7 @@
7272
}],
7373
# Avoid excessive LTO
7474
['enable_lto=="true"', {
@@ -77,7 +77,7 @@ index 82c5bdae..786c33f7 100644
7777
}],
7878
],
7979
}, # fuzz_env
80-
@@ -1274,7 +1274,7 @@
80+
@@ -1307,7 +1307,7 @@
8181
}],
8282
# Avoid excessive LTO
8383
['enable_lto=="true"', {
@@ -86,7 +86,7 @@ index 82c5bdae..786c33f7 100644
8686
}],
8787
],
8888
}, # fuzz_ClientHelloParser.cc
89-
@@ -1333,7 +1333,7 @@
89+
@@ -1365,7 +1365,7 @@
9090
}],
9191
# Avoid excessive LTO
9292
['enable_lto=="true"', {
@@ -95,7 +95,7 @@ index 82c5bdae..786c33f7 100644
9595
}],
9696
],
9797
}, # fuzz_strings
98-
@@ -1445,7 +1445,7 @@
98+
@@ -1477,7 +1477,7 @@
9999
}],
100100
# Avoid excessive LTO
101101
['enable_lto=="true"', {
@@ -104,7 +104,7 @@ index 82c5bdae..786c33f7 100644
104104
}],
105105
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
106106
'msvs_settings': {
107-
@@ -1519,7 +1519,7 @@
107+
@@ -1550,7 +1550,7 @@
108108
}],
109109
# Avoid excessive LTO
110110
['enable_lto=="true"', {
@@ -113,7 +113,7 @@ index 82c5bdae..786c33f7 100644
113113
}],
114114
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
115115
'msvs_settings': {
116-
@@ -1606,7 +1606,7 @@
116+
@@ -1637,7 +1637,7 @@
117117
}],
118118
# Avoid excessive LTO
119119
['enable_lto=="true"', {
@@ -122,7 +122,7 @@ index 82c5bdae..786c33f7 100644
122122
}],
123123
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
124124
'msvs_settings': {
125-
@@ -1742,7 +1742,7 @@
125+
@@ -1773,7 +1773,7 @@
126126
}],
127127
# Avoid excessive LTO
128128
['enable_lto=="true"', {

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.3.1 https://github.com/nodejs/node.git .
10+
git clone --depth=1 --branch=v26.4.0 https://github.com/nodejs/node.git .
1111

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

0 commit comments

Comments
 (0)