Skip to content

Commit

Permalink
CI: disable armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jul 13, 2024
1 parent 254bf1a commit 58ca080
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 @@ -180,21 +180,21 @@ jobs:
TOYWASM_ENABLE_WASI_THREADS: OFF
TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING: OFF
TOYWASM_ENABLE_WASM_CUSTOM_PAGE_SIZES: OFF
- name: 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: OFF
TOYWASM_ENABLE_WASM_THREADS: OFF
TOYWASM_ENABLE_WASI_THREADS: OFF
TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING: OFF
TOYWASM_ENABLE_WASM_CUSTOM_PAGE_SIZES: OFF
#- name: 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: OFF
# TOYWASM_ENABLE_WASM_THREADS: OFF
# TOYWASM_ENABLE_WASI_THREADS: OFF
# TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING: OFF
# TOYWASM_ENABLE_WASM_CUSTOM_PAGE_SIZES: OFF
#- name: ubuntu-20.04-s390x
# os: ubuntu-20.04
# compiler: clang
Expand Down Expand Up @@ -624,10 +624,10 @@ jobs:
name: ubuntu-20.04-arm64
path: release_assets

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

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

0 comments on commit 58ca080

Please sign in to comment.