Skip to content

Commit 38e7f4a

Browse files
committed
ci: enable armhf
1 parent 75bfdcd commit 38e7f4a

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

.github/workflows/ci.yml

Lines changed: 38 additions & 38 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-22.04-armhf
218-
# os: ubuntu-22.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-22.04-armhf
218+
os: ubuntu-22.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-22.04-s390x
233233
# os: ubuntu-22.04
234234
# compiler: clang
@@ -291,21 +291,21 @@ jobs:
291291
TOYWASM_ENABLE_WASI_THREADS: ON
292292
TOYWASM_ENABLE_WASI_LITTLEFS: ON
293293
TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING: ON
294-
#- name: full-ubuntu-22.04-armhf
295-
# os: ubuntu-22.04
296-
# compiler: clang
297-
# arch: armhf
298-
# BUILD_TYPE: Release
299-
# TOYWASM_USE_SEPARATE_EXECUTE: ON
300-
# TOYWASM_USE_TAILCALL: ON
301-
# TOYWASM_ENABLE_TRACING: OFF
302-
# TOYWASM_USE_SMALL_CELLS: ON
303-
# TOYWASM_USE_SEPARATE_LOCALS: ON
304-
# MISC_FEATURES: ON
305-
# TOYWASM_ENABLE_WASM_THREADS: ON
306-
# TOYWASM_ENABLE_WASI_THREADS: ON
307-
# TOYWASM_ENABLE_WASI_LITTLEFS: ON
308-
# TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING: ON
294+
- name: full-ubuntu-22.04-armhf
295+
os: ubuntu-22.04
296+
compiler: clang
297+
arch: armhf
298+
BUILD_TYPE: Release
299+
TOYWASM_USE_SEPARATE_EXECUTE: ON
300+
TOYWASM_USE_TAILCALL: ON
301+
TOYWASM_ENABLE_TRACING: OFF
302+
TOYWASM_USE_SMALL_CELLS: ON
303+
TOYWASM_USE_SEPARATE_LOCALS: ON
304+
MISC_FEATURES: ON
305+
TOYWASM_ENABLE_WASM_THREADS: ON
306+
TOYWASM_ENABLE_WASI_THREADS: ON
307+
TOYWASM_ENABLE_WASI_LITTLEFS: ON
308+
TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING: ON
309309
#- name: full-ubuntu-22.04-s390x
310310
# os: ubuntu-22.04
311311
# compiler: clang
@@ -683,10 +683,10 @@ jobs:
683683
name: ubuntu-22.04-arm64
684684
path: release_assets
685685

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

691691
#- uses: actions/download-artifact@v4
692692
# with:
@@ -708,10 +708,10 @@ jobs:
708708
name: full-ubuntu-22.04-arm64
709709
path: release_assets
710710

711-
#- uses: actions/download-artifact@v4
712-
# with:
713-
# name: full-ubuntu-22.04-armhf
714-
# path: release_assets
711+
- uses: actions/download-artifact@v4
712+
with:
713+
name: full-ubuntu-22.04-armhf
714+
path: release_assets
715715

716716
#- uses: actions/download-artifact@v4
717717
# with:

0 commit comments

Comments
 (0)