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:
@@ -48,11 +48,6 @@ unset CXX
|
|||||||
|
|
||||||
ninja install
|
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.
|
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
|
||||||
stage3-debug/bin/zig build test docs \
|
stage3-debug/bin/zig build test docs \
|
||||||
--maxrss 24696061952 \
|
--maxrss 24696061952 \
|
||||||
|
|||||||
@@ -48,11 +48,6 @@ unset CXX
|
|||||||
|
|
||||||
ninja install
|
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.
|
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
|
||||||
stage3-release/bin/zig build test docs \
|
stage3-release/bin/zig build test docs \
|
||||||
--maxrss 24696061952 \
|
--maxrss 24696061952 \
|
||||||
|
|||||||
Reference in New Issue
Block a user