Skip to content

Commit

Permalink
build: use new tier = 2 from cargo-vendor-filterer
Browse files Browse the repository at this point in the history
This is nicer than having a hardcoded list.
  • Loading branch information
cgwalters committed May 23, 2023
1 parent 0897684 commit 49fbb93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ debug = true

# See https://github.com/coreos/cargo-vendor-filterer
[workspace.metadata.vendor-filter]
platforms = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "s390x-unknown-linux-gnu"]
# For now we only care about tier 1+2 Linux. (In practice, it's unlikely there is a tier3-only Linux dependency)
platforms = ["*-unknown-linux-gnu"]
tier = "2"
all-features = true
exclude-crate-paths = [ { name = "libz-sys", exclude = "src/zlib" },
{ name = "libz-sys", exclude = "src/zlib-ng" },
Expand Down

0 comments on commit 49fbb93

Please sign in to comment.