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