Skip to content

Commit b75eeae

Browse files
committed
CI: x86_64-linux: avoid cmake ZIG_EXECUTABLE hack
empirically this avoids a segfault on the CI.
1 parent e78e9f3 commit b75eeae

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ci/zinc/linux_test_stage3_debug.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ unset CXX
3535

3636
ninja install
3737

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-
4438
cd $WORKSPACE
4539

4640
"$DEBUG_STAGING/bin/zig" build -p stage3 -Denable-stage1 -Dstatic-llvm -Dtarget=native-native-musl --search-prefix "$DEPS_LOCAL"

0 commit comments

Comments
 (0)