aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-08-19 17:24:23 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-08-19 17:24:23 -0700
commitb75eeae5951f2dc4ff19f795ebd856c134722375 (patch)
tree80611a8b7faca0d150bcb66c4d8403134a339a49 /ci
parente78e9f33c0a29d008838b8f23cb3e59667c5d6e0 (diff)
downloadzig-b75eeae5951f2dc4ff19f795ebd856c134722375.tar.gz
zig-b75eeae5951f2dc4ff19f795ebd856c134722375.zip
CI: x86_64-linux: avoid cmake ZIG_EXECUTABLE hack
empirically this avoids a segfault on the CI.
Diffstat (limited to 'ci')
-rwxr-xr-xci/zinc/linux_test_stage3_debug.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/ci/zinc/linux_test_stage3_debug.sh b/ci/zinc/linux_test_stage3_debug.sh
index 2bacf6d838..ba33311a4d 100755
--- a/ci/zinc/linux_test_stage3_debug.sh
+++ b/ci/zinc/linux_test_stage3_debug.sh
@@ -35,12 +35,6 @@ unset CXX
ninja install
-# Here we rebuild zig but this time using the Zig binary we just now produced to
-# build zig1.o rather than relying on the one built with stage0. See
-# https://github.com/ziglang/zig/issues/6830 for more details.
-cmake .. -DZIG_EXECUTABLE="$DEBUG_STAGING/bin/zig"
-ninja install
-
cd $WORKSPACE
"$DEBUG_STAGING/bin/zig" build -p stage3 -Denable-stage1 -Dstatic-llvm -Dtarget=native-native-musl --search-prefix "$DEPS_LOCAL"