Skip to content

Commit 9916033

Browse files
authored
Unpin v8 version. (#21039)
The JSPI issue has resolved itself. Fixes #21026.
1 parent 3a3fea0 commit 9916033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ commands:
127127
tar -xf node-v15.14.0-linux-x64.tar.xz
128128
export PATH="`pwd`/node-v15.14.0-linux-x64/bin:${PATH}"
129129
npm install jsvu -g
130-
jsvu --os=default --engines=v8 v8@12.2.181
130+
jsvu --os=default --engines=v8
131131
install-emsdk:
132132
description: "Install emsdk"
133133
steps:
@@ -149,7 +149,7 @@ commands:
149149
# persisted workspace (see below).
150150
echo "CACHE = os.path.expanduser('~/cache')" >> .emscripten
151151
# Refer to commit 0bc3640 if we need to pin V8 version.
152-
echo "V8_ENGINE = [os.path.expanduser('~/.jsvu/bin/v8-12.2.181')]" >> .emscripten
152+
echo "V8_ENGINE = [os.path.expanduser('~/.jsvu/bin/v8')]" >> .emscripten
153153
echo "JS_ENGINES = [NODE_JS]" >> .emscripten
154154
echo "if os.path.exists(V8_ENGINE[0]): JS_ENGINES.append(V8_ENGINE)" >> .emscripten
155155
echo "WASM_ENGINES = []" >> .emscripten

0 commit comments

Comments
 (0)