forked from mirrors/kingfisher
Fixed CI runner failure when executing tests
This commit is contained in:
parent
56827ae342
commit
09ed89eec2
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -143,7 +143,8 @@ ubuntu-x64: setup-zig # ensures Zig & cargo-zigbuild exist
|
|||
@. $$HOME/.cargo/env && \
|
||||
rustup target add x86_64-unknown-linux-musl && \
|
||||
export PKG_CONFIG_ALLOW_CROSS=1 && \
|
||||
export CMAKE_ARGS_x86_64_unknown_linux_musl="-DHAVE_UNISTD_H=1 -DHAVE_POSIX_MEMALIGN=1" && \
|
||||
export CFLAGS_x86_64_unknown_linux_musl="-DHAVE_UNISTD_H=1 -DHAVE_POSIX_MEMALIGN=1" && \
|
||||
export CXXFLAGS_x86_64_unknown_linux_musl="-DHAVE_UNISTD_H=1 -DHAVE_POSIX_MEMALIGN=1" && \
|
||||
cargo zigbuild --release --target x86_64-unknown-linux-musl
|
||||
|
||||
@echo "🗜️ Packaging archive …"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue