File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -616,17 +616,6 @@ jobs:
616
616
steps :
617
617
- run-tests-linux :
618
618
test_targets : " wasm2js1"
619
- test-wasm64l :
620
- environment :
621
- EMTEST_SKIP_NODE_CANARY : " 1"
622
- executor : bionic
623
- steps :
624
- - run-tests-linux :
625
- frozen_cache : false
626
- # On older versions of node wasm64l.test_bigswitch uses a lot (~3.5Gb)
627
- # of memory, so skip it here, but run it in test-wasm64 instead which
628
- # has node canary installed.
629
- test_targets : " wasm64l skip:wasm64l.test_bigswitch"
630
619
test-wasm64 :
631
620
# We don't use `bionic` here since its tool old to run recent node versions:
632
621
# `/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found`
@@ -644,6 +633,7 @@ jobs:
644
633
wasm64
645
634
core_2gb.test_*em_asm*
646
635
core_2gb.test_*embind*
636
+ wasm64l.test_hello_world
647
637
wasm64l.test_bigswitch
648
638
other.test_memory64_proxies
649
639
other.test_failing_growth_wasm64"
@@ -947,9 +937,6 @@ workflows:
947
937
- test-wasm64-4gb :
948
938
requires :
949
939
- build-linux
950
- - test-wasm64l :
951
- requires :
952
- - build-linux
953
940
- test-wasm2js1 :
954
941
requires :
955
942
- build-linux
You can’t perform that action at this time.
0 commit comments