Skip to content

Commit 04b4d32

Browse files
authored
Pin v8 version due to breakage (#21027)
See #21026
1 parent 5ffaadf commit 04b4d32

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
130+
jsvu --os=default --engines=v8 [email protected]
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')]" >> .emscripten
152+
echo "V8_ENGINE = [os.path.expanduser('~/.jsvu/bin/v8-12.2.181')]" >> .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)