Commit 628092c8c7
Changed files (2)
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 \
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 \