authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-03-26 16:19:49+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-03-26 16:30:02+01:00
log628092c8c7a04e9f97c5f357d34f58431e68c9fc
treeba622c42912fa2b755cd7cf9b3297fb6c0f578a3
parentd9165aacce3629d503f87cd2c3f612629127641b
signature Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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.

2 files changed, 0 insertions(+), 10 deletions(-)

ci/aarch64-linux-debug.sh-5
......@@ -48,11 +48,6 @@ unset CXX
4848
4949ninja install
5050
51# simultaneously test building self-hosted without LLVM and with 32-bit arm
52stage3-debug/bin/zig build \
53 -Dtarget=arm-linux-musleabihf \
54 -Dno-lib
55
5651# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
5752stage3-debug/bin/zig build test docs \
5853 --maxrss 24696061952 \
ci/aarch64-linux-release.sh-5
......@@ -48,11 +48,6 @@ unset CXX
4848
4949ninja install
5050
51# simultaneously test building self-hosted without LLVM and with 32-bit arm
52stage3-release/bin/zig build \
53 -Dtarget=arm-linux-musleabihf \
54 -Dno-lib
55
5651# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
5752stage3-release/bin/zig build test docs \
5853 --maxrss 24696061952 \