Skip to content

Commit 2fd0458

Browse files
committed
cli: align package.metadata.vendor-filter
No reason for it to be different than what we have in the root Cargo.toml Signed-off-by: Omer Tuchfeld <[email protected]>
1 parent 104f919 commit 2fd0458

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cli/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ default-run = "bootc"
1010

1111
# See https://github.com/coreos/cargo-vendor-filterer
1212
[package.metadata.vendor-filter]
13-
# This list of platforms is not intended to be exclusive, feel free
14-
# to extend it. But missing a platform will only matter for the case where
15-
# a dependent crate is *only* built on that platform.
16-
platforms = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "powerpc64le-unknown-linux-gnu", "s390x-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu"]
13+
# For now we only care about tier 1+2 Linux. (In practice, it's unlikely there is a tier3-only Linux dependency)
14+
platforms = ["*-unknown-linux-gnu"]
1715

1816
[dependencies]
1917
anyhow = { workspace = true }

0 commit comments

Comments
 (0)