From 2991e3f66bd518e864a3f0878f280150c0d645c1 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 21 Nov 2021 19:50:20 -0700 Subject: [PATCH] ci: add coverage for building stage2 for arm-linux-musleabihf --- ci/zinc/linux_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/zinc/linux_test.sh b/ci/zinc/linux_test.sh index 875ff762d5..9dc61fcd5e 100755 --- a/ci/zinc/linux_test.sh +++ b/ci/zinc/linux_test.sh @@ -21,6 +21,7 @@ $ZIG build test-translate-c -Denable-qemu -Denable-wasmtime $ZIG build test-run-translated-c -Denable-qemu -Denable-wasmtime $ZIG build docs -Denable-qemu -Denable-wasmtime $ZIG build # test building self-hosted without LLVM +$ZIG build -Dtarget=arm-linux-musleabihf # test building self-hosted for 32-bit arm $ZIG build test-fmt -Denable-qemu -Denable-wasmtime $ZIG build test-stage2 -Denable-qemu -Denable-wasmtime