Skip to content

Commit 5b53230

Browse files
committed
v25.6.0
1 parent 65bf747 commit 5b53230

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
pushd "$(mktemp -d)"
3030
curl -f -L --retry 5 https://github.com/tweag/rust-alpine-mimalloc/archive/refs/heads/master.tar.gz | tar xz --strip-components=1
31-
podman build \
31+
podman --remote build \
3232
--network host \
3333
--pull \
3434
--squash-all \
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: build-node
4040
run: |
41-
podman run \
41+
podman --remote run \
4242
--init \
4343
--network host \
4444
--rm \
@@ -48,7 +48,7 @@ jobs:
4848
rust:alpine-mimalloc \
4949
/workspace/build-alpine.sh
5050
51-
podman rmi rust:alpine-mimalloc
51+
podman --remote rmi rust:alpine-mimalloc
5252
5353
- name: upload-artifact
5454
uses: actions/upload-artifact@v6

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=v25.5.0
5+
node_ver=v25.6.0
66

77
apk add \
88
clang \

lto.diff

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/common.gypi b/common.gypi
2-
index 5e1d6d8b..ff08a203 100644
2+
index fec31779..1dcaf664 100644
33
--- a/common.gypi
44
+++ b/common.gypi
55
@@ -187,9 +187,9 @@
@@ -95,10 +95,10 @@ index ea3a2dc0..ea3780f7 100644
9595
]
9696
}, {
9797
diff --git a/node.gyp b/node.gyp
98-
index 8430fa0b..966f6134 100644
98+
index e39e898a..8c25782a 100644
9999
--- a/node.gyp
100100
+++ b/node.gyp
101-
@@ -1136,7 +1136,7 @@
101+
@@ -1140,7 +1140,7 @@
102102
}],
103103
# Avoid excessive LTO
104104
['enable_lto=="true"', {
@@ -107,7 +107,7 @@ index 8430fa0b..966f6134 100644
107107
}],
108108
],
109109
}, # fuzz_env
110-
@@ -1185,7 +1185,7 @@
110+
@@ -1189,7 +1189,7 @@
111111
}],
112112
# Avoid excessive LTO
113113
['enable_lto=="true"', {
@@ -116,7 +116,7 @@ index 8430fa0b..966f6134 100644
116116
}],
117117
],
118118
}, # fuzz_ClientHelloParser.cc
119-
@@ -1244,7 +1244,7 @@
119+
@@ -1248,7 +1248,7 @@
120120
}],
121121
# Avoid excessive LTO
122122
['enable_lto=="true"', {
@@ -125,7 +125,7 @@ index 8430fa0b..966f6134 100644
125125
}],
126126
],
127127
}, # fuzz_strings
128-
@@ -1354,7 +1354,7 @@
128+
@@ -1358,7 +1358,7 @@
129129
}],
130130
# Avoid excessive LTO
131131
['enable_lto=="true"', {
@@ -134,7 +134,7 @@ index 8430fa0b..966f6134 100644
134134
}],
135135
],
136136
}, # cctest
137-
@@ -1418,7 +1418,7 @@
137+
@@ -1422,7 +1422,7 @@
138138
}],
139139
# Avoid excessive LTO
140140
['enable_lto=="true"', {
@@ -143,7 +143,7 @@ index 8430fa0b..966f6134 100644
143143
}],
144144
],
145145
}, # embedtest
146-
@@ -1440,7 +1440,7 @@
146+
@@ -1499,7 +1499,7 @@
147147
}],
148148
# Avoid excessive LTO
149149
['enable_lto=="true"', {
@@ -152,7 +152,7 @@ index 8430fa0b..966f6134 100644
152152
}],
153153
]
154154
}, # overlapped-checker
155-
@@ -1563,7 +1563,7 @@
155+
@@ -1622,7 +1622,7 @@
156156
}],
157157
# Avoid excessive LTO
158158
['enable_lto=="true"', {
@@ -237,10 +237,10 @@ index f5f8a194..d2a6306e 100644
237237
],
238238
},
239239
diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp
240-
index f323d8fb..46d33932 100644
240+
index e09fcc1c..1220dd3b 100644
241241
--- a/tools/v8_gypfiles/v8.gyp
242242
+++ b/tools/v8_gypfiles/v8.gyp
243-
@@ -1780,7 +1780,7 @@
243+
@@ -1789,7 +1789,7 @@
244244
}],
245245
# Avoid excessive LTO
246246
['enable_lto=="true"', {
@@ -249,7 +249,7 @@ index f323d8fb..46d33932 100644
249249
}],
250250
],
251251
'defines!': [
252-
@@ -1843,7 +1843,7 @@
252+
@@ -1852,7 +1852,7 @@
253253
}],
254254
# Avoid excessive LTO
255255
['enable_lto=="true"', {
@@ -258,7 +258,7 @@ index f323d8fb..46d33932 100644
258258
}],
259259
],
260260
}, # mksnapshot
261-
@@ -1861,7 +1861,7 @@
261+
@@ -1870,7 +1870,7 @@
262262
}],
263263
# Avoid excessive LTO
264264
['enable_lto=="true"', {
@@ -267,7 +267,7 @@ index f323d8fb..46d33932 100644
267267
}],
268268
],
269269
'defines!': [
270-
@@ -1900,7 +1900,7 @@
270+
@@ -1909,7 +1909,7 @@
271271
}],
272272
# Avoid excessive LTO
273273
['enable_lto=="true"', {
@@ -276,7 +276,7 @@ index f323d8fb..46d33932 100644
276276
}],
277277
],
278278
'dependencies': [
279-
@@ -1938,7 +1938,7 @@
279+
@@ -1947,7 +1947,7 @@
280280
}],
281281
# Avoid excessive LTO
282282
['enable_lto=="true"', {
@@ -285,7 +285,7 @@ index f323d8fb..46d33932 100644
285285
}],
286286
],
287287
'sources': [
288-
@@ -1958,7 +1958,7 @@
288+
@@ -1967,7 +1967,7 @@
289289
}],
290290
# Avoid excessive LTO
291291
['enable_lto=="true"', {
@@ -294,7 +294,7 @@ index f323d8fb..46d33932 100644
294294
}],
295295
],
296296
'actions': [
297-
@@ -2026,7 +2026,7 @@
297+
@@ -2035,7 +2035,7 @@
298298
],
299299
'conditions': [
300300
['enable_lto=="true"', {

0 commit comments

Comments
 (0)