mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-18 19:21:46 +00:00
Add a FreeBSD build to CI (#8269)
Playing with this because it's interesting and I learned about this cool firecracker action. Related #3370
This commit is contained in:
parent
a7bb3a767c
commit
16b77e7fd4
2 changed files with 48 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ publish = false
|
|||
[lib]
|
||||
doctest = false
|
||||
|
||||
[target.'cfg(not(any(target_arch = "s390x", target_arch = "powerpc64")))'.dependencies]
|
||||
[target.'cfg(not(any(target_arch = "s390x", target_arch = "powerpc64", target_os = "freebsd")))'.dependencies]
|
||||
flate2 = { version = "1.0.28", default-features = false, features = ["zlib-ng"] }
|
||||
|
||||
[target.'cfg(any(target_arch = "s390x", target_arch = "powerpc64"))'.dependencies]
|
||||
[target.'cfg(any(target_arch = "s390x", target_arch = "powerpc64", target_os = "freebsd"))'.dependencies]
|
||||
flate2 = { version = "1.0.28", default-features = false, features = ["rust_backend"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue