| ... | @@ -62,11 +62,12 @@ stage3/bin/zig build test-fmt -fqemu -fwasmtime -Denable-llvm | ... | @@ -62,11 +62,12 @@ 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-standalone -fqemu -fwasmtime -Denable-llvm |
| 64 | stage3/bin/zig build test-cli -fqemu -fwasmtime -Denable-llvm | 64 | stage3/bin/zig build test-cli -fqemu -fwasmtime -Denable-llvm |
| | 65 | # https://github.com/ziglang/zig/issues/12144 |
| | 66 | stage3/bin/zig build test-cases -fqemu -fwasmtime |
| 65 | | 67 | |
| 66 | $STAGE1_ZIG build test-stack-traces -fqemu -fwasmtime | 68 | $STAGE1_ZIG build test-stack-traces -fqemu -fwasmtime |
| 67 | $STAGE1_ZIG build test-run-translated-c -fqemu -fwasmtime | 69 | $STAGE1_ZIG build test-run-translated-c -fqemu -fwasmtime |
| 68 | $STAGE1_ZIG build docs -fqemu -fwasmtime | 70 | $STAGE1_ZIG build docs -fqemu -fwasmtime |
| 69 | $STAGE1_ZIG build test-cases -fqemu -fwasmtime | | |
| 70 | $STAGE1_ZIG build test-link -fqemu -fwasmtime | 71 | $STAGE1_ZIG build test-link -fqemu -fwasmtime |
| 71 | | 72 | |
| 72 | # Produce the experimental std lib documentation. | 73 | # Produce the experimental std lib documentation. |