We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78e9f3 commit b75eeaeCopy full SHA for b75eeae
ci/zinc/linux_test_stage3_debug.sh
@@ -35,12 +35,6 @@ unset CXX
35
36
ninja install
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
cd $WORKSPACE
45
46
"$DEBUG_STAGING/bin/zig" build -p stage3 -Denable-stage1 -Dstatic-llvm -Dtarget=native-native-musl --search-prefix "$DEPS_LOCAL"
0 commit comments