From 85c4ea0138fcca2e8cf4515a063cd3b762d64aec Mon Sep 17 00:00:00 2001 From: clubby789 Date: Mon, 26 Jun 2023 20:17:08 +0000 Subject: bootstrap: rename 'user' profile to 'dist' --- src/bootstrap/defaults/config.dist.toml | 19 +++++++++++++++++++ src/bootstrap/defaults/config.user.toml | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 src/bootstrap/defaults/config.dist.toml delete mode 100644 src/bootstrap/defaults/config.user.toml (limited to 'src/bootstrap/defaults') diff --git a/src/bootstrap/defaults/config.dist.toml b/src/bootstrap/defaults/config.dist.toml new file mode 100644 index 00000000000..25d9e649f23 --- /dev/null +++ b/src/bootstrap/defaults/config.dist.toml @@ -0,0 +1,19 @@ +# These defaults are meant for users and distro maintainers building from source, without intending to make multiple changes. +[build] +# When compiling from source, you almost always want a full stage 2 build, +# which has all the latest optimizations from nightly. +build-stage = 2 +test-stage = 2 +doc-stage = 2 +# When compiling from source, you usually want all tools. +extended = true + +# Most users installing from source want to build all parts of the project from source. +[llvm] +download-ci-llvm = false +[rust] +download-rustc = false + +[dist] +# Use better compression when preparing tarballs. +compression-profile = "balanced" diff --git a/src/bootstrap/defaults/config.user.toml b/src/bootstrap/defaults/config.user.toml deleted file mode 100644 index 25d9e649f23..00000000000 --- a/src/bootstrap/defaults/config.user.toml +++ /dev/null @@ -1,19 +0,0 @@ -# These defaults are meant for users and distro maintainers building from source, without intending to make multiple changes. -[build] -# When compiling from source, you almost always want a full stage 2 build, -# which has all the latest optimizations from nightly. -build-stage = 2 -test-stage = 2 -doc-stage = 2 -# When compiling from source, you usually want all tools. -extended = true - -# Most users installing from source want to build all parts of the project from source. -[llvm] -download-ci-llvm = false -[rust] -download-rustc = false - -[dist] -# Use better compression when preparing tarballs. -compression-profile = "balanced" -- cgit 1.4.1-3-g733a5