| author | |
| committer | |
| log | 628092c8c7a04e9f97c5f357d34f58431e68c9fc |
| tree | ba622c42912fa2b755cd7cf9b3297fb6c0f578a3 |
| parent | d9165aacce3629d503f87cd2c3f612629127641b |
| signature |
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 | ... | @@ -48,11 +48,6 @@ unset CXX |
| 48 | 48 | ||
| 49 | ninja install | 49 | ninja install |
| 50 | 50 | ||
| 51 | # simultaneously test building self-hosted without LLVM and with 32-bit arm | ||
| 52 | stage3-debug/bin/zig build \ | ||
| 53 | -Dtarget=arm-linux-musleabihf \ | ||
| 54 | -Dno-lib | ||
| 55 | |||
| 56 | # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. | 51 | # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. |
| 57 | stage3-debug/bin/zig build test docs \ | 52 | stage3-debug/bin/zig build test docs \ |
| 58 | --maxrss 24696061952 \ | 53 | --maxrss 24696061952 \ |
ci/aarch64-linux-release.sh-5| ... | @@ -48,11 +48,6 @@ unset CXX | ... | @@ -48,11 +48,6 @@ unset CXX |
| 48 | 48 | ||
| 49 | ninja install | 49 | ninja install |
| 50 | 50 | ||
| 51 | # simultaneously test building self-hosted without LLVM and with 32-bit arm | ||
| 52 | stage3-release/bin/zig build \ | ||
| 53 | -Dtarget=arm-linux-musleabihf \ | ||
| 54 | -Dno-lib | ||
| 55 | |||
| 56 | # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. | 51 | # No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts. |
| 57 | stage3-release/bin/zig build test docs \ | 52 | stage3-release/bin/zig build test docs \ |
| 58 | --maxrss 24696061952 \ | 53 | --maxrss 24696061952 \ |