Skip to content

Commit

Permalink
Merge pull request #934 from cgwalters/update-vendor-tiering
Browse files Browse the repository at this point in the history
build-sys: Use new tier = 2 for cargo-vendor-filterer
  • Loading branch information
bgilbert committed May 31, 2023
2 parents 81988cf + 2f2ea2c commit e453e3b
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 @@ -21,11 +21,8 @@ tag-message = "Afterburn v{{version}}"

# See https://github.com/coreos/cargo-vendor-filterer
[package.metadata.vendor-filter]
# cargo-vendor-filterer supports wildcards but requires some degree of LLVM
# support for every matching platform, which isn't necessarily available
# out of the box. Use this as a stand-in. Note that architecture-specific
# crate dependencies (apart from wasm32) are uncommon in the ecosystem.
platforms = ["x86_64-unknown-linux-gnu"]
platforms = ["*-unknown-linux-gnu"]
tier = "2"
all-features = true

[[bin]]
Expand Down

0 comments on commit e453e3b

Please sign in to comment.