authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-08-19 17:24:23-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-08-19 17:24:23-07:00
logb75eeae5951f2dc4ff19f795ebd856c134722375
tree80611a8b7faca0d150bcb66c4d8403134a339a49
parente78e9f33c0a29d008838b8f23cb3e59667c5d6e0

CI: x86_64-linux: avoid cmake ZIG_EXECUTABLE hack

empirically this avoids a segfault on the CI.

1 files changed, 0 insertions(+), 6 deletions(-)

ci/zinc/linux_test_stage3_debug.sh-6
......@@ -35,12 +35,6 @@ unset CXX
3535
3636ninja 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.
41cmake .. -DZIG_EXECUTABLE="$DEBUG_STAGING/bin/zig"
42ninja install
43
4438cd $WORKSPACE
4539
4640"$DEBUG_STAGING/bin/zig" build -p stage3 -Denable-stage1 -Dstatic-llvm -Dtarget=native-native-musl --search-prefix "$DEPS_LOCAL"