| ... | ... | @@ -46,6 +46,13 @@ unset CXX |
| 46 | 46 | unset ZIG_LIBC |
| 47 | 47 | |
| 48 | 48 | make $JOBS install |
| 49 | |
| 50 | # Here we rebuild zig but this time using the Zig binary we just now produced to |
| 51 | # build zig1.o rather than relying on the one built with stage0. See |
| 52 | # https://github.com/ziglang/zig/issues/6830 for more details. |
| 53 | cmake .. -DZIG_EXECUTABLE="$(pwd)/release/bin/zig" |
| 54 | make $JOBS install |
| 55 | |
| 49 | 56 | release/bin/zig build test |
| 50 | 57 | |
| 51 | 58 | if [ "${BUILD_REASON}" != "PullRequest" ]; then |