aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-04-14 23:17:08 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-04-14 23:17:08 -0700
commit3967823f3a0bbd5a3ddcd03e4d2366e501bdb737 (patch)
tree98abe99fa1d2ef19467c7accea6502385a77367b
parentee42178b430f3f5d7a359edd40cece7c0ada363c (diff)
downloadzig-3967823f3a0bbd5a3ddcd03e4d2366e501bdb737.tar.gz
zig-3967823f3a0bbd5a3ddcd03e4d2366e501bdb737.zip
ci: freebsd: pass -DZIG_USE_LLVM_CONFIG=OFF
-rwxr-xr-xci/srht/freebsd_script8
1 files changed, 7 insertions, 1 deletions
diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script
index 39ceb17957..dc52ad5433 100755
--- a/ci/srht/freebsd_script
+++ b/ci/srht/freebsd_script
@@ -29,7 +29,13 @@ export TERM=dumb
mkdir build
cd build
-cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" -DZIG_STATIC=ON -GNinja
+cmake .. \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_PREFIX_PATH=$PREFIX \
+ "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" \
+ -DZIG_STATIC=ON \
+ -DZIG_USE_LLVM_CONFIG=OFF \
+ -GNinja
samu install
# Here we skip some tests to save time.