mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Switch to cargo-zigbuild
for aarch64-unknown-linux-gnu
and x86_64-unknown-linux-musl
(#814)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
69a1c26951
commit
61c992612c
2 changed files with 10 additions and 12 deletions
2
justfile
2
justfile
|
@ -105,8 +105,6 @@ export RUSTFLAGS := "-Z share-generics " + (rustc-gcclibs) + (rustc-miropt) + (r
|
|||
|
||||
# libblocksruntime-dev provides compiler-rt
|
||||
ci-apt-deps := if target == "x86_64-unknown-linux-gnu" { "liblzma-dev libzip-dev libzstd-dev"
|
||||
} else if target == "x86_64-unknown-linux-musl" { "musl-tools"
|
||||
} else if target == "aarch64-unknown-linux-gnu" { "g++-aarch64-linux-gnu libc6-dev-arm64-cross binutils binutils-aarch64-linux-gnu libblocksruntime-dev"
|
||||
} else { "" }
|
||||
|
||||
[linux]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue