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:
Zanie Blue 2024-10-17 10:24:21 -05:00 committed by GitHub
parent a7bb3a767c
commit 16b77e7fd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 48 additions and 2 deletions

View file

@ -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"] }