diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-04-14 23:17:08 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-04-14 23:17:08 -0700 |
| commit | 3967823f3a0bbd5a3ddcd03e4d2366e501bdb737 (patch) | |
| tree | 98abe99fa1d2ef19467c7accea6502385a77367b | |
| parent | ee42178b430f3f5d7a359edd40cece7c0ada363c (diff) | |
| download | zig-3967823f3a0bbd5a3ddcd03e4d2366e501bdb737.tar.gz zig-3967823f3a0bbd5a3ddcd03e4d2366e501bdb737.zip | |
ci: freebsd: pass -DZIG_USE_LLVM_CONFIG=OFF
| -rwxr-xr-x | ci/srht/freebsd_script | 8 |
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. |
