Skip to content

Commit

Permalink
Merge pull request #821 from cgwalters/vendor-tiers
Browse files Browse the repository at this point in the history
build-sys: Filter to tier 2 Linux declaratively
  • Loading branch information
openshift-merge-robot authored Oct 2, 2023
2 parents a8f044a + 881828f commit cd920df
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ exclude = ["/.cirrus.yml", "/.github/*", "/hack/*"]
build = "build.rs"

[package.metadata.vendor-filter]
# This list is not exhaustive.
platforms = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "powerpc64le-unknown-linux-gnu",
"s390x-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu",
"x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl",
]
platforms = ["*-unknown-linux-*"]
tier = "2"

[[bin]]
name = "netavark"
Expand Down

0 comments on commit cd920df

Please sign in to comment.