We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fe0c75 + 58ab3cc commit d9e1deaCopy full SHA for d9e1dea
src/tools/build-manifest/src/manifest.rs
@@ -88,7 +88,7 @@ impl Target {
88
let gz = tarball_variant(builder, &base_path, "gz");
89
let xz = tarball_variant(builder, &base_path, "xz");
90
91
- if gz.is_none() {
+ if gz.is_none() && xz.is_none() {
92
return Self::unavailable();
93
}
94
0 commit comments