authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-11-21 19:50:20-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-11-21 19:50:20-07:00
log2991e3f66bd518e864a3f0878f280150c0d645c1
tree3f3e517b5f666fffade0148234904f56210774ab
parent6afcaf4a08b6fb1cce0cdb2393fc1d4cd041509c

ci: add coverage for building stage2 for arm-linux-musleabihf


1 files changed, 1 insertions(+), 0 deletions(-)

ci/zinc/linux_test.sh+1
......@@ -21,6 +21,7 @@ $ZIG build test-translate-c -Denable-qemu -Denable-wasmtime
2121$ZIG build test-run-translated-c -Denable-qemu -Denable-wasmtime
2222$ZIG build docs -Denable-qemu -Denable-wasmtime
2323$ZIG build # test building self-hosted without LLVM
24$ZIG build -Dtarget=arm-linux-musleabihf # test building self-hosted for 32-bit arm
2425$ZIG build test-fmt -Denable-qemu -Denable-wasmtime
2526$ZIG build test-stage2 -Denable-qemu -Denable-wasmtime
2627