mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Split features and build args handling in build (#257)
This commit is contained in:
parent
47fd7c14a6
commit
ac995798ef
2 changed files with 13 additions and 5 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -28,15 +28,15 @@ jobs:
|
|||
include:
|
||||
- target: x86_64-unknown-linux-gnu
|
||||
os: ubuntu-latest
|
||||
debug_build_args: --no-default-features --features rustls,pkg-config
|
||||
debug_features: [ rustls, pkg-config ]
|
||||
- target: x86_64-apple-darwin
|
||||
os: macos-latest
|
||||
- target: aarch64-apple-darwin
|
||||
os: macos-latest
|
||||
- target: x86_64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
debug_build_args: --no-default-features --features native-tls
|
||||
release_build_args: --no-default-features --features static,zlib-ng,native-tls,fancy-no-backtrace
|
||||
debug_features: [ native-tls ]
|
||||
release_features: [ static, zlib-ng, native-tls, fancy-no-backtrace ]
|
||||
- target: x86_64-unknown-linux-musl
|
||||
os: ubuntu-latest
|
||||
- target: armv7-unknown-linux-musleabihf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue