File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ executors:
16
16
EMCC_CORES : " 4"
17
17
EMSDK_NOTTY : " 1"
18
18
EMTEST_WASI_SYSROOT : " ~/wasi-sdk/wasi-sysroot"
19
- # Currently pinned to 9.1.146 due to https://bugs.chromium.org/p/v8/issues/detail?id=11581
20
- V8_VERSION : " 9.1.146"
21
19
mac :
22
20
environment :
23
21
EMSDK_NOTTY : " 1"
@@ -59,7 +57,8 @@ commands:
59
57
# test v8 with --wasm-staging which enables new features. we use v8
60
58
# as a "bleeding edge" shell here, basically, with node being the
61
59
# primary shell (which we run without any special flags)
62
- echo "V8_ENGINE = [os.path.expanduser('~/.jsvu/v8-${V8_VERSION}'), '--wasm-staging']" >> .emscripten
60
+ # Refer to commit 0bc3640 if we need to pin V8 version.
61
+ echo "V8_ENGINE = [os.path.expanduser('~/.jsvu/v8'), '--wasm-staging']" >> .emscripten
63
62
echo "JS_ENGINES = [NODE_JS]" >> .emscripten
64
63
echo "if os.path.exists(V8_ENGINE[0]): JS_ENGINES.append(V8_ENGINE)" >> .emscripten
65
64
echo "WASM_ENGINES = []" >> .emscripten
@@ -394,7 +393,7 @@ jobs:
394
393
export PATH="`pwd`/node-v12.13.0-linux-x64/bin:${PATH}"
395
394
npm install jsvu -g
396
395
export PATH="${HOME}/.jsvu:${PATH}"
397
- jsvu --os=default --engines=v8 v8@${V8_VERSION}
396
+ jsvu --os=default --engines=v8
398
397
- build
399
398
- build-libs-and-freeze
400
399
- persist
You can’t perform that action at this time.
0 commit comments