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

This commit is contained in:
Andrew Kelley 2021-11-21 19:50:20 -07:00
parent 6afcaf4a08
commit 2991e3f66b

View File

@ -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