| ... | ... | @@ -35,12 +35,6 @@ unset CXX |
| 35 | 35 | |
| 36 | 36 | ninja install |
| 37 | 37 | |
| 38 | | # Here we rebuild zig but this time using the Zig binary we just now produced to |
| 39 | | # build zig1.o rather than relying on the one built with stage0. See |
| 40 | | # https://github.com/ziglang/zig/issues/6830 for more details. |
| 41 | | cmake .. -DZIG_EXECUTABLE="$DEBUG_STAGING/bin/zig" |
| 42 | | ninja install |
| 43 | | |
| 44 | 38 | cd $WORKSPACE |
| 45 | 39 | |
| 46 | 40 | "$DEBUG_STAGING/bin/zig" build -p stage3 -Denable-stage1 -Dstatic-llvm -Dtarget=native-native-musl --search-prefix "$DEPS_LOCAL" |