We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49649bf commit 58ab3ccCopy full SHA for 58ab3cc
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