File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments