Skip to content

Commit ebaa190

Browse files
committed
v24.7.0
1 parent 742b72c commit ebaa190

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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=v24.6.0
5+
node_ver=v24.7.0
66

77
apk add \
88
clang \

lto.diff

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/common.gypi b/common.gypi
2-
index 4a78c902..ee84e685 100644
2+
index d4605a52..794e810b 100644
33
--- a/common.gypi
44
+++ b/common.gypi
55
@@ -190,9 +190,9 @@
@@ -95,10 +95,10 @@ index ea3a2dc0..ea3780f7 100644
9595
]
9696
}, {
9797
diff --git a/node.gyp b/node.gyp
98-
index bcf01a6b..e5495afc 100644
98+
index 51863d37..3a7cf5a9 100644
9999
--- a/node.gyp
100100
+++ b/node.gyp
101-
@@ -1080,7 +1080,7 @@
101+
@@ -1084,7 +1084,7 @@
102102
}],
103103
# Avoid excessive LTO
104104
['enable_lto=="true"', {
@@ -107,7 +107,7 @@ index bcf01a6b..e5495afc 100644
107107
}],
108108
],
109109
}, # fuzz_env
110-
@@ -1123,7 +1123,7 @@
110+
@@ -1127,7 +1127,7 @@
111111
}],
112112
# Avoid excessive LTO
113113
['enable_lto=="true"', {
@@ -116,7 +116,7 @@ index bcf01a6b..e5495afc 100644
116116
}],
117117
],
118118
}, # fuzz_ClientHelloParser.cc
119-
@@ -1168,7 +1168,7 @@
119+
@@ -1172,7 +1172,7 @@
120120
}],
121121
# Avoid excessive LTO
122122
['enable_lto=="true"', {
@@ -125,7 +125,7 @@ index bcf01a6b..e5495afc 100644
125125
}],
126126
],
127127
}, # fuzz_strings
128-
@@ -1256,7 +1256,7 @@
128+
@@ -1260,7 +1260,7 @@
129129
}],
130130
# Avoid excessive LTO
131131
['enable_lto=="true"', {
@@ -134,7 +134,7 @@ index bcf01a6b..e5495afc 100644
134134
}],
135135
],
136136
}, # cctest
137-
@@ -1312,7 +1312,7 @@
137+
@@ -1316,7 +1316,7 @@
138138
}],
139139
# Avoid excessive LTO
140140
['enable_lto=="true"', {
@@ -143,7 +143,7 @@ index bcf01a6b..e5495afc 100644
143143
}],
144144
],
145145
}, # embedtest
146-
@@ -1334,7 +1334,7 @@
146+
@@ -1338,7 +1338,7 @@
147147
}],
148148
# Avoid excessive LTO
149149
['enable_lto=="true"', {
@@ -152,7 +152,7 @@ index bcf01a6b..e5495afc 100644
152152
}],
153153
]
154154
}, # overlapped-checker
155-
@@ -1447,7 +1447,7 @@
155+
@@ -1451,7 +1451,7 @@
156156
}],
157157
# Avoid excessive LTO
158158
['enable_lto=="true"', {
@@ -162,7 +162,7 @@ index bcf01a6b..e5495afc 100644
162162
],
163163
}, # node_mksnapshot
164164
diff --git a/tools/gyp/pylib/gyp/xcode_emulation.py b/tools/gyp/pylib/gyp/xcode_emulation.py
165-
index 0746865d..a4b15d6a 100644
165+
index 08e645c5..6b5e35d3 100644
166166
--- a/tools/gyp/pylib/gyp/xcode_emulation.py
167167
+++ b/tools/gyp/pylib/gyp/xcode_emulation.py
168168
@@ -636,7 +636,7 @@ class XcodeSettings:

0 commit comments

Comments
 (0)