ci: Don't build the compiler for arm-linux-musleabihf on aarch64-linux.

We already do this smoke test on the x86_64-linux machines, so I don't see a
point in duplicating this effort here.
This commit is contained in:
Alex Rønne Petersen 2025-03-26 16:19:49 +01:00
parent d9165aacce
commit 628092c8c7
No known key found for this signature in database
2 changed files with 0 additions and 10 deletions

View file

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

View file

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