File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33set -eu
44
5- node_ver=v25.8.2
5+ node_ver=v25.9.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 71478361..e5b87aa8 100644
2+ index bf66a942..dc1c66b7 100644
33--- a/common.gypi
44+++ b/common.gypi
55@@ -187,9 +187,9 @@
@@ -95,10 +95,10 @@ index ea3a2dc0..ea3780f7 100644
9595 ]
9696 }, {
9797diff --git a/node.gyp b/node.gyp
98- index 2dd7eb1a..99de641a 100644
98+ index bd77943b..71525b70 100644
9999--- a/node.gyp
100100+++ b/node.gyp
101- @@ -1160 ,7 +1160 ,7 @@
101+ @@ -1178 ,7 +1178 ,7 @@
102102 }],
103103 # Avoid excessive LTO
104104 ['enable_lto=="true"', {
@@ -107,7 +107,7 @@ index 2dd7eb1a..99de641a 100644
107107 }],
108108 ],
109109 }, # fuzz_env
110- @@ -1209 ,7 +1209 ,7 @@
110+ @@ -1227 ,7 +1227 ,7 @@
111111 }],
112112 # Avoid excessive LTO
113113 ['enable_lto=="true"', {
@@ -116,7 +116,7 @@ index 2dd7eb1a..99de641a 100644
116116 }],
117117 ],
118118 }, # fuzz_ClientHelloParser.cc
119- @@ -1268 ,7 +1268 ,7 @@
119+ @@ -1286 ,7 +1286 ,7 @@
120120 }],
121121 # Avoid excessive LTO
122122 ['enable_lto=="true"', {
@@ -125,7 +125,7 @@ index 2dd7eb1a..99de641a 100644
125125 }],
126126 ],
127127 }, # fuzz_strings
128- @@ -1380 ,7 +1380 ,7 @@
128+ @@ -1398 ,7 +1398 ,7 @@
129129 }],
130130 # Avoid excessive LTO
131131 ['enable_lto=="true"', {
@@ -134,7 +134,7 @@ index 2dd7eb1a..99de641a 100644
134134 }],
135135 ],
136136 }, # cctest
137- @@ -1444 ,7 +1444 ,7 @@
137+ @@ -1462 ,7 +1462 ,7 @@
138138 }],
139139 # Avoid excessive LTO
140140 ['enable_lto=="true"', {
@@ -143,7 +143,7 @@ index 2dd7eb1a..99de641a 100644
143143 }],
144144 ],
145145 }, # embedtest
146- @@ -1521 ,7 +1521 ,7 @@
146+ @@ -1539 ,7 +1539 ,7 @@
147147 }],
148148 # Avoid excessive LTO
149149 ['enable_lto=="true"', {
@@ -152,7 +152,7 @@ index 2dd7eb1a..99de641a 100644
152152 }],
153153 ]
154154 }, # overlapped-checker
155- @@ -1647 ,7 +1647 ,7 @@
155+ @@ -1665 ,7 +1665 ,7 @@
156156 }],
157157 # Avoid excessive LTO
158158 ['enable_lto=="true"', {
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=v25.8.2 https://github.com/nodejs/node.git .
10+ git clone --depth=1 --branch=v25.9.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