1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-17 01:30:26 +03:00

ci.sh: disable some wasm MODES for now.

These modes currently hang when running on Github Actions.
This commit is contained in:
Joel Martin 2021-04-25 18:54:28 -05:00
parent 8faee3c26a
commit 7d234b1e4e

View File

@ -99,10 +99,10 @@ IMPL:
- {IMPL: wasm, wasm_MODE: wasmtime, NO_SELF_HOST_PERF: 1, NO_PERF: 1}
- {IMPL: wasm, wasm_MODE: wasmer, NO_SELF_HOST_PERF: 1, NO_PERF: 1}
- {IMPL: wasm, wasm_MODE: lucet, NO_SELF_HOST_PERF: 1, NO_PERF: 1}
- {IMPL: wasm, wasm_MODE: wax, NO_SELF_HOST_PERF: 1}
#- {IMPL: wasm, wasm_MODE: wax, NO_SELF_HOST_PERF: 1} # Hangs on GH Actions
- {IMPL: wasm, wasm_MODE: node, NO_SELF_HOST_PERF: 1, NO_PERF: 1}
- {IMPL: wasm, wasm_MODE: warpy, NO_SELF_HOST_PERF: 1}
- {IMPL: wasm, wasm_MODE: wace_libc, NO_SELF_HOST_PERF: 1}
#- {IMPL: wasm, wasm_MODE: warpy, NO_SELF_HOST_PERF: 1} # Hangs on GH Actions
#- {IMPL: wasm, wasm_MODE: wace_libc, NO_SELF_HOST_PERF: 1} # Hangs on GH Actions
- {IMPL: wren}
- {IMPL: xslt}
- {IMPL: yorick}