Skip to content

Commit 42e9d0d

Browse files
committed
update to latest LTS
1 parent 1d08308 commit 42e9d0d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

lib/libv8/node/version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Libv8
44
end
55

66
module Libv8::Node
7-
VERSION = '24.1.0.0'
8-
NODE_VERSION = '24.1.0'
9-
LIBV8_VERSION = '13.6.233.10' # from src/node-.../deps/v8/include/v8-version.h
7+
VERSION = '24.12.0.0'
8+
NODE_VERSION = '24.12.0'
9+
LIBV8_VERSION = '13.6.233.17' # from src/node-.../deps/v8/include/v8-version.h
1010
end

patch/v8-disable-madv-dontfork.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ index 6e21dac6d7..bcf022fb28 100644
66
}, {
77
'v8_enable_etw_stack_walking': 0,
88
}],
9-
- ['OS=="linux"', {
9+
- ['OS=="linux" or OS=="openharmony"', {
1010
+ # Disable madvise(MADV_DONTFORK), it's a great optimization for programs
1111
+ # that fork & exec but not for programs that fork and keep running.
1212
+ # It makes mini_racer's test/test_forking.rb test segfault.
13-
+ ['False and OS=="linux"', {
13+
+ ['False and (OS=="linux" or OS=="openharmony")', {
1414
# Sets -dV8_ENABLE_PRIVATE_MAPPING_FORK_OPTIMIZATION.
1515
#
16-
# This flag speeds up the performance of fork/execve on Linux systems for
16+
# This flag speeds up the performance of fork/execve on Linux systems for

sums/v24.12.0.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ad24a1f29e55c9539228f2c51a032da279188b681c4dc019cced7f82a0fcdd8d

0 commit comments

Comments
 (0)