File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -600,15 +600,13 @@ jobs:
600
600
# has node canary installed.
601
601
test_targets : " wasm64l skip:wasm64l.test_bigswitch"
602
602
test-wasm64 :
603
- environment :
604
- EMTEST_SKIP_NODE_CANARY : " 1"
605
603
# We don't use `bionic` here since its tool old to run recent node versions:
606
604
# `/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found`
607
605
executor : linux-python
608
606
steps :
609
607
- prepare-for-tests
610
608
# The linux-python image uses /home/circleci rather than /root and jsvu
611
- # hardcodes /root into its launcher scripts do we need to reinstall v8.
609
+ # hardcodes /root into its launcher scripts so we need to reinstall v8.
612
610
- run : rm -rf $HOME/.jsvu
613
611
- install-v8
614
612
- install-node-canary
@@ -670,7 +668,7 @@ jobs:
670
668
- run-tests :
671
669
test_targets : " core0.test_hello_world core2.test_demangle_stacks_symbol_map"
672
670
test-node-compat :
673
- # We don't use `bionic` here since its tool old to run recent node versions:
671
+ # We don't use `bionic` here since its too old to run recent node versions:
674
672
# `/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found`
675
673
executor : linux-python
676
674
environment :
You can’t perform that action at this time.
0 commit comments