File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 39
39
strategy :
40
40
fail-fast : true
41
41
matrix :
42
- platform : [ubuntu-22.04]
43
- arch : [x64]
42
+ platform : [ubuntu-22.04, macos-latest ]
43
+ arch : [x64, arm64 ]
44
44
steps :
45
45
- name : Checkout
46
46
uses : actions/checkout@v4
@@ -113,7 +113,10 @@ jobs:
113
113
rm deps/linux_x86_64/libv8.a
114
114
rm deps/linux_arm64/libv8.a
115
115
116
+ cp artifact/v8_darwin_x64/libv8_monolith.a deps/darwin_x86_64/libv8.a
117
+ cp artifact/v8_darwin_arm64/libv8_monolith.a deps/darwin_arm64/libv8.a
116
118
cp artifact/v8_linux_x64/libv8_monolith.a deps/linux_x86_64/libv8.a
119
+ cp artifact/v8_linux_arm64/libv8_monolith.a deps/linux_arm64/libv8.a
117
120
118
121
rm -rf artifact
119
122
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ treat_warnings_as_errors=false
7
7
use_custom_libcxx = false
8
8
v8_enable_gdbjit = false
9
9
v8_enable_i18n_support = false
10
- v8_enable_pointer_compression = false
10
+ v8_enable_pointer_compression = true
11
11
v8_enable_test_features = false
12
12
v8_monolithic = true
13
13
v8_use_external_startup_data = false
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ treat_warnings_as_errors=false
8
8
use_custom_libcxx = false
9
9
v8_enable_gdbjit = false
10
10
v8_enable_i18n_support = false
11
- v8_enable_pointer_compression = false
11
+ v8_enable_pointer_compression = true
12
12
v8_enable_test_features = false
13
13
v8_monolithic = true
14
14
v8_use_external_startup_data = false
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ treat_warnings_as_errors=false
7
7
use_custom_libcxx = false
8
8
v8_enable_gdbjit = false
9
9
v8_enable_i18n_support = false
10
- v8_enable_pointer_compression = false
10
+ v8_enable_pointer_compression = true
11
11
v8_enable_test_features = false
12
12
v8_monolithic = true
13
13
v8_use_external_startup_data = false
You can’t perform that action at this time.
0 commit comments