Skip to content

Commit c0cf59f

Browse files
authored
CI: Fix path to v8 after jsvu change (#18428)
See GoogleChromeLabs/jsvu#123
1 parent 3defc1a commit c0cf59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ commands:
9191
# as a "bleeding edge" shell here, basically, with node being the
9292
# primary shell (which we run without any special flags)
9393
# Refer to commit 0bc3640 if we need to pin V8 version.
94-
echo "V8_ENGINE = [os.path.expanduser('~/.jsvu/v8-${V8_VERSION}'), '--wasm-staging']" >> .emscripten
94+
echo "V8_ENGINE = [os.path.expanduser('~/.jsvu/bin/v8-${V8_VERSION}'), '--wasm-staging']" >> .emscripten
9595
echo "JS_ENGINES = [NODE_JS]" >> .emscripten
9696
echo "if os.path.exists(V8_ENGINE[0]): JS_ENGINES.append(V8_ENGINE)" >> .emscripten
9797
echo "WASM_ENGINES = []" >> .emscripten

0 commit comments

Comments
 (0)