Skip to content

Commit c8d0041

Browse files
committed
Revert "CI: disable armhf"
This reverts commit 58ca080.
1 parent f382f38 commit c8d0041

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -214,21 +214,21 @@ jobs:
214214
TOYWASM_ENABLE_WASI_THREADS: OFF
215215
TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING: OFF
216216
TOYWASM_ENABLE_WASM_CUSTOM_PAGE_SIZES: OFF
217-
#- name: ubuntu-20.04-armhf
218-
# os: ubuntu-20.04
219-
# compiler: clang
220-
# arch: armhf
221-
# BUILD_TYPE: Release
222-
# TOYWASM_USE_SEPARATE_EXECUTE: ON
223-
# TOYWASM_USE_TAILCALL: ON
224-
# TOYWASM_ENABLE_TRACING: OFF
225-
# TOYWASM_USE_SMALL_CELLS: ON
226-
# TOYWASM_USE_SEPARATE_LOCALS: ON
227-
# MISC_FEATURES: OFF
228-
# TOYWASM_ENABLE_WASM_THREADS: OFF
229-
# TOYWASM_ENABLE_WASI_THREADS: OFF
230-
# TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING: OFF
231-
# TOYWASM_ENABLE_WASM_CUSTOM_PAGE_SIZES: OFF
217+
- name: ubuntu-20.04-armhf
218+
os: ubuntu-20.04
219+
compiler: clang
220+
arch: armhf
221+
BUILD_TYPE: Release
222+
TOYWASM_USE_SEPARATE_EXECUTE: ON
223+
TOYWASM_USE_TAILCALL: ON
224+
TOYWASM_ENABLE_TRACING: OFF
225+
TOYWASM_USE_SMALL_CELLS: ON
226+
TOYWASM_USE_SEPARATE_LOCALS: ON
227+
MISC_FEATURES: OFF
228+
TOYWASM_ENABLE_WASM_THREADS: OFF
229+
TOYWASM_ENABLE_WASI_THREADS: OFF
230+
TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING: OFF
231+
TOYWASM_ENABLE_WASM_CUSTOM_PAGE_SIZES: OFF
232232
#- name: ubuntu-20.04-s390x
233233
# os: ubuntu-20.04
234234
# compiler: clang
@@ -683,10 +683,10 @@ jobs:
683683
name: ubuntu-20.04-arm64
684684
path: release_assets
685685

686-
#- uses: actions/download-artifact@v3
687-
# with:
688-
# name: ubuntu-20.04-armhf
689-
# path: release_assets
686+
- uses: actions/download-artifact@v3
687+
with:
688+
name: ubuntu-20.04-armhf
689+
path: release_assets
690690

691691
#- uses: actions/download-artifact@v3
692692
# with:

0 commit comments

Comments
 (0)