| ... | @@ -52,22 +52,22 @@ stage2/bin/zig build -p stage3 -Dstatic-llvm -Dtarget=native-native-musl --searc | ... | @@ -52,22 +52,22 @@ stage2/bin/zig build -p stage3 -Dstatic-llvm -Dtarget=native-native-musl --searc |
| 52 | stage3/bin/zig build # test building self-hosted without LLVM | 52 | stage3/bin/zig build # test building self-hosted without LLVM |
| 53 | stage3/bin/zig build -Dtarget=arm-linux-musleabihf # test building self-hosted for 32-bit arm | 53 | stage3/bin/zig build -Dtarget=arm-linux-musleabihf # test building self-hosted for 32-bit arm |
| 54 | | 54 | |
| 55 | stage3/bin/zig build test-compiler-rt -fqemu -fwasmtime -Denable-llvm | 55 | stage3/bin/zig build test-compiler-rt -fqemu -fwasmtime -Denable-llvm |
| 56 | stage3/bin/zig build test-behavior -fqemu -fwasmtime -Denable-llvm | 56 | stage3/bin/zig build test-behavior -fqemu -fwasmtime -Denable-llvm |
| 57 | stage3/bin/zig build test-std -fqemu -fwasmtime -Denable-llvm | 57 | stage3/bin/zig build test-std -fqemu -fwasmtime -Denable-llvm |
| 58 | stage3/bin/zig build test-universal-libc -fqemu -fwasmtime -Denable-llvm | 58 | stage3/bin/zig build test-universal-libc -fqemu -fwasmtime -Denable-llvm |
| 59 | stage3/bin/zig build test-compare-output -fqemu -fwasmtime -Denable-llvm | 59 | stage3/bin/zig build test-compare-output -fqemu -fwasmtime -Denable-llvm |
| 60 | stage3/bin/zig build test-asm-link -fqemu -fwasmtime -Denable-llvm | 60 | stage3/bin/zig build test-asm-link -fqemu -fwasmtime -Denable-llvm |
| 61 | stage3/bin/zig build test-fmt -fqemu -fwasmtime -Denable-llvm | 61 | stage3/bin/zig build test-fmt -fqemu -fwasmtime -Denable-llvm |
| 62 | stage3/bin/zig build test-translate-c -fqemu -fwasmtime -Denable-llvm | 62 | stage3/bin/zig build test-translate-c -fqemu -fwasmtime -Denable-llvm |
| 63 | stage3/bin/zig build test-standalone -fqemu -fwasmtime -Denable-llvm | 63 | stage3/bin/zig build test-run-translated-c -fqemu -fwasmtime -Denable-llvm |
| 64 | stage3/bin/zig build test-cli -fqemu -fwasmtime -Denable-llvm | 64 | stage3/bin/zig build test-standalone -fqemu -fwasmtime -Denable-llvm |
| | 65 | stage3/bin/zig build test-cli -fqemu -fwasmtime -Denable-llvm |
| 65 | # https://github.com/ziglang/zig/issues/12144 | 66 | # https://github.com/ziglang/zig/issues/12144 |
| 66 | stage3/bin/zig build test-cases -fqemu -fwasmtime | 67 | stage3/bin/zig build test-cases -fqemu -fwasmtime |
| 67 | stage3/bin/zig build test-link -fqemu -fwasmtime -Denable-llvm | 68 | stage3/bin/zig build test-link -fqemu -fwasmtime -Denable-llvm |
| 68 | | 69 | |
| 69 | $STAGE1_ZIG build test-stack-traces -fqemu -fwasmtime | 70 | $STAGE1_ZIG build test-stack-traces -fqemu -fwasmtime |
| 70 | $STAGE1_ZIG build test-run-translated-c -fqemu -fwasmtime | | |
| 71 | $STAGE1_ZIG build docs -fqemu -fwasmtime | 71 | $STAGE1_ZIG build docs -fqemu -fwasmtime |
| 72 | | 72 | |
| 73 | # Produce the experimental std lib documentation. | 73 | # Produce the experimental std lib documentation. |