Disable APE under Wine test for now

extensions
Volodymyr Shymanskyy 3 years ago
parent 158611f3e5
commit 3a058d0de5

@ -248,10 +248,11 @@ jobs:
run: | run: |
cd test cd test
python3 run-spec-test.py --exec "wine ./wasm3-win.com --repl" python3 run-spec-test.py --exec "wine ./wasm3-win.com --repl"
- name: Test WASI apps (in Wine) # TODO:
run: | #- name: Test WASI apps (in Wine)
cd test # run: |
python3 run-wasi-test.py --fast --exec "wine ./wasm3-win.com" # cd test
# python3 run-wasi-test.py --fast --exec "wine ./wasm3-win.com"
build-cross-qemu: build-cross-qemu:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -542,7 +543,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [ "3.5", "3.6", "3.7", "3.8", "3.9", "3.10" ] python-version: [ "3.5", "3.6", "3.7", "3.8", "3.9" ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

Loading…
Cancel
Save