mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
ci: macos arm64 script uses release build of zig
even for the host. This prevents a dependency on "dump" functions of LLVM, which are not included in the tarballs used for the CI.
This commit is contained in:
parent
9bf10b1018
commit
43e3734d3b
@ -50,7 +50,7 @@ cd build.host
|
||||
cmake .. \
|
||||
-DCMAKE_INSTALL_PREFIX="$(pwd)/release" \
|
||||
-DCMAKE_PREFIX_PATH="$HOST_PREFIX" \
|
||||
-DCMAKE_BUILD_TYPE=Debug \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DZIG_TARGET_TRIPLE="$HOST_TARGET" \
|
||||
-DZIG_TARGET_MCPU="$HOST_MCPU" \
|
||||
-DZIG_STATIC=ON
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user