@@ -214,21 +214,21 @@ jobs:
214
214
TOYWASM_ENABLE_WASI_THREADS : OFF
215
215
TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING : OFF
216
216
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
232
232
# - name: ubuntu-22.04-s390x
233
233
# os: ubuntu-22.04
234
234
# compiler: clang
@@ -291,21 +291,21 @@ jobs:
291
291
TOYWASM_ENABLE_WASI_THREADS : ON
292
292
TOYWASM_ENABLE_WASI_LITTLEFS : ON
293
293
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
309
309
# - name: full-ubuntu-22.04-s390x
310
310
# os: ubuntu-22.04
311
311
# compiler: clang
@@ -683,10 +683,10 @@ jobs:
683
683
name : ubuntu-22.04-arm64
684
684
path : release_assets
685
685
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
690
690
691
691
# - uses: actions/download-artifact@v4
692
692
# with:
@@ -708,10 +708,10 @@ jobs:
708
708
name : full-ubuntu-22.04-arm64
709
709
path : release_assets
710
710
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
715
715
716
716
# - uses: actions/download-artifact@v4
717
717
# with:
0 commit comments