Skip to content

Commit

Permalink
Do not test llvm_wasm for now
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Nov 15, 2024
1 parent d5d2043 commit b5b1111
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,4 +373,6 @@ jobs:
export PATH=$HOME/wasmtime-v19.0.2-x86_64-linux:$PATH
export WASMTIME_NEW_CLI=0
cd integration_tests
./run_tests.py -b llvm_wasm llvm_wasm_emcc
# llvm_wasm requires lfortran_runtime_wasm_wasi.o which is
# currently missing
./run_tests.py -b llvm_wasm_emcc

0 comments on commit b5b1111

Please sign in to comment.