Skip to content

Commit

Permalink
CI: disable armhf full job as well
Browse files Browse the repository at this point in the history
cf. #238 (comment)

it seems imports.wast occasionally fails.
  • Loading branch information
yamt committed Jul 13, 2024
1 parent 9364c13 commit 3a24fa9
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,21 +257,21 @@ jobs:
TOYWASM_ENABLE_WASI_THREADS: ON
TOYWASM_ENABLE_WASI_LITTLEFS: ON
TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING: ON
- name: full-ubuntu-20.04-armhf
os: ubuntu-20.04
compiler: clang
arch: armhf
BUILD_TYPE: Release
TOYWASM_USE_SEPARATE_EXECUTE: ON
TOYWASM_USE_TAILCALL: ON
TOYWASM_ENABLE_TRACING: OFF
TOYWASM_USE_SMALL_CELLS: ON
TOYWASM_USE_SEPARATE_LOCALS: ON
MISC_FEATURES: ON
TOYWASM_ENABLE_WASM_THREADS: ON
TOYWASM_ENABLE_WASI_THREADS: ON
TOYWASM_ENABLE_WASI_LITTLEFS: ON
TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING: ON
#- name: full-ubuntu-20.04-armhf
# os: ubuntu-20.04
# compiler: clang
# arch: armhf
# BUILD_TYPE: Release
# TOYWASM_USE_SEPARATE_EXECUTE: ON
# TOYWASM_USE_TAILCALL: ON
# TOYWASM_ENABLE_TRACING: OFF
# TOYWASM_USE_SMALL_CELLS: ON
# TOYWASM_USE_SEPARATE_LOCALS: ON
# MISC_FEATURES: ON
# TOYWASM_ENABLE_WASM_THREADS: ON
# TOYWASM_ENABLE_WASI_THREADS: ON
# TOYWASM_ENABLE_WASI_LITTLEFS: ON
# TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING: ON
#- name: full-ubuntu-20.04-s390x
# os: ubuntu-20.04
# compiler: clang
Expand Down Expand Up @@ -649,10 +649,10 @@ jobs:
name: full-ubuntu-20.04-arm64
path: release_assets

- uses: actions/download-artifact@v3
with:
name: full-ubuntu-20.04-armhf
path: release_assets
#- uses: actions/download-artifact@v3
# with:
# name: full-ubuntu-20.04-armhf
# path: release_assets

#- uses: actions/download-artifact@v3
# with:
Expand Down

0 comments on commit 3a24fa9

Please sign in to comment.