summarylogtreecommitdiffstats
path: root/mingw-config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingw-config.toml')
-rw-r--r--mingw-config.toml12
1 files changed, 9 insertions, 3 deletions
diff --git a/mingw-config.toml b/mingw-config.toml
index df15f5e982bc..648596401afd 100644
--- a/mingw-config.toml
+++ b/mingw-config.toml
@@ -35,9 +35,11 @@ changelog-seen = 1
# Unless you're developing for a target where Rust CI doesn't build a compiler
# toolchain or changing LLVM locally, you probably want to set this to true.
#
-# It's currently false by default due to being newly added; please file bugs if
-# enabling this did not work for you on x86_64-unknown-linux-gnu.
-# Other target triples are currently not supported; see #77084.
+# This is false by default so that distributions don't unexpectedly download
+# LLVM from the internet.
+#
+# All tier 1 targets are currently supported; set this to `"if-supported"` if
+# you are not sure whether you're on a tier 1 target.
#
# We also currently only support this when building LLVM for the build triple.
#
@@ -809,3 +811,7 @@ crt-static = true
# Whether to allow failures when building tools
#missing-tools = false
+
+# List of compression formats to use when generating dist tarballs. The list of
+# formats is provided to rust-installer, which must support all of them.
+compression-formats = ["gz"]