Skip to content

Commit e28b402

Browse files
committed
ci: Skip building non-native tests on aarch64-linux.
Because we don't pass -fqemu and -fwasmtime on aarch64-linux, we're just spending a bunch of time compiling all these module tests only to not even run them. x86_64-linux already covers both compiling and running them.
1 parent 92c6312 commit e28b402

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/aarch64-linux-debug.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ ninja install
5252
stage3-debug/bin/zig build test docs \
5353
--maxrss 44918199637 \
5454
-Dstatic-llvm \
55+
-Dskip-non-native \
5556
-Dtarget=native-native-musl \
5657
--search-prefix "$PREFIX" \
5758
--zig-lib-dir "$PWD/../lib" \

ci/aarch64-linux-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ ninja install
5252
stage3-release/bin/zig build test docs \
5353
--maxrss 44918199637 \
5454
-Dstatic-llvm \
55+
-Dskip-non-native \
5556
-Dtarget=native-native-musl \
5657
--search-prefix "$PREFIX" \
5758
--zig-lib-dir "$PWD/../lib" \

0 commit comments

Comments
 (0)