diff --git a/ci/aarch64-linux-debug.sh b/ci/aarch64-linux-debug.sh index 220aaf12d9f74e95c2ed898a3046d23bc4792369..8807b31c4c39e568aeb414dd2ac1680fcbef367c 100755 --- a/ci/aarch64-linux-debug.sh +++ b/ci/aarch64-linux-debug.sh @@ -48,11 +48,6 @@ unset CXX ninja install -# simultaneously test building self-hosted without LLVM and with 32-bit arm -stage3-debug/bin/zig build \ - -Dtarget=arm-linux-musleabihf \ - -Dno-lib - # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. stage3-debug/bin/zig build test docs \ --maxrss 24696061952 \ diff --git a/ci/aarch64-linux-release.sh b/ci/aarch64-linux-release.sh index 69eed679e3c6041d9fff2d591bac7e2fa110debd..331cf3f09855125878b471a3c9d5062b98731cda 100755 --- a/ci/aarch64-linux-release.sh +++ b/ci/aarch64-linux-release.sh @@ -48,11 +48,6 @@ unset CXX ninja install -# simultaneously test building self-hosted without LLVM and with 32-bit arm -stage3-release/bin/zig build \ - -Dtarget=arm-linux-musleabihf \ - -Dno-lib - # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. stage3-release/bin/zig build test docs \ --maxrss 24696061952 \