1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
overlay = "."
uploaders = ["kpcyrd <git@rxv.cc>"]
collapse_features = true
# building with just the __compress feature fails, since this is clearly intended
# as an internal only feature we can tolerate this.
[packages."lib+__compress"]
test_is_broken = true
[packages."lib+compress-brotli"]
test_is_broken = false
[packages."lib+compress-gzip"]
test_is_broken = true
[packages."lib+compress-zstd"]
test_is_broken = true
[packages.lib]
test_architecture = ["!riscv64"]
[packages."lib+default"]
test_architecture = []
|