Skip to content

Commit

Permalink
build-sys: Use new tier = 2 for cargo-vendor-filterer
Browse files Browse the repository at this point in the history
While the architecture list here was right today, there's no
reason not to just expand our vendoring set.
  • Loading branch information
cgwalters committed May 30, 2023
1 parent dd95b45 commit 1e9a6b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ authors = ["Colin Walters <walters@verbum.org>"]
edition = "2021"
rust-version = "1.66.0"

# See https://github.com/cgwalters/cargo-vendor-filterer
# See https://github.com/coreos/cargo-vendor-filterer
[package.metadata.vendor-filter]
platforms = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]
platforms = ["*-unknown-linux-gnu"]
tier = "2"

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

0 comments on commit 1e9a6b4

Please sign in to comment.