Skip to content

Commit 2078ed4

Browse files
committed
v24.10.0
1 parent 32f5114 commit 2078ed4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.9.0
5+
node_ver=v24.10.0
66

77
apk add \
88
clang \

lto.diff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/common.gypi b/common.gypi
2-
index 0d2fe4d9..dc150c1d 100644
2+
index 7727dfc4..b5ded457 100644
33
--- a/common.gypi
44
+++ b/common.gypi
55
@@ -190,9 +190,9 @@
@@ -47,10 +47,10 @@ index e7b68334..13ec17a6 100755
4747
dnl Parse the compiler output and extract the necessary
4848
dnl objects, libraries and library flags.
4949
diff --git a/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py b/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py
50-
index 85a63dfd..9c262c9f 100644
50+
index 192a5235..421076fb 100644
5151
--- a/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py
5252
+++ b/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py
53-
@@ -636,7 +636,7 @@ class XcodeSettings:
53+
@@ -635,7 +635,7 @@ class XcodeSettings:
5454
# if the system clang isn't used, DYLD_LIBRARY_PATH needs to contain the
5555
# path to the libLTO.dylib that matches the used clang.
5656
if self._Test("LLVM_LTO", "YES", default="NO"):
@@ -59,7 +59,7 @@ index 85a63dfd..9c262c9f 100644
5959

6060
self._AppendPlatformVersionMinFlags(cflags)
6161

62-
@@ -1099,7 +1099,7 @@ class XcodeSettings:
62+
@@ -1097,7 +1097,7 @@ class XcodeSettings:
6363
# For static libraries, no dSYMs are created.
6464
result = []
6565
if (

0 commit comments

Comments
 (0)