zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 3967823f3a0bbd5a3ddcd03e4d2366e501bdb737 (tree)
parent ee42178b430f3f5d7a359edd40cece7c0ada363c
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Wed, 14 Apr 2021 23:17:08 -0700

ci: freebsd: pass -DZIG_USE_LLVM_CONFIG=OFF

Diffstat:
Mci/srht/freebsd_script | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 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.