| author | |
| committer | |
| log | e28b4027ee273ab72c4eb572adc5abc257230284 |
| tree | 2b76d66439b56b1d0123dbf6da85b4e442c4d197 |
| parent | 92c63126e8a58235625cceaf0ea9e3d4eacfe513 |
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.2 files changed, 2 insertions(+), 0 deletions(-)
ci/aarch64-linux-debug.sh+1| ... | ... | @@ -52,6 +52,7 @@ ninja install |
| 52 | 52 | stage3-debug/bin/zig build test docs \ |
| 53 | 53 | --maxrss 44918199637 \ |
| 54 | 54 | -Dstatic-llvm \ |
| 55 | -Dskip-non-native \ | |
| 55 | 56 | -Dtarget=native-native-musl \ |
| 56 | 57 | --search-prefix "$PREFIX" \ |
| 57 | 58 | --zig-lib-dir "$PWD/../lib" \ |
ci/aarch64-linux-release.sh+1| ... | ... | @@ -52,6 +52,7 @@ ninja install |
| 52 | 52 | stage3-release/bin/zig build test docs \ |
| 53 | 53 | --maxrss 44918199637 \ |
| 54 | 54 | -Dstatic-llvm \ |
| 55 | -Dskip-non-native \ | |
| 55 | 56 | -Dtarget=native-native-musl \ |
| 56 | 57 | --search-prefix "$PREFIX" \ |
| 57 | 58 | --zig-lib-dir "$PWD/../lib" \ |