diff options
| author | jyn <github@jyn.dev> | 2023-06-29 23:37:20 -0500 |
|---|---|---|
| committer | jyn <github@jyn.dev> | 2023-06-29 23:37:20 -0500 |
| commit | 368f51743b8c6e4e3332394d2c077f1d30764bc9 (patch) | |
| tree | 3cfb50067895c8ac54822a798b7bb7d3ed22ae23 | |
| parent | 330727467b8fdf2c43b95095a0efae7012c4f83b (diff) | |
| download | rust-368f51743b8c6e4e3332394d2c077f1d30764bc9.tar.gz rust-368f51743b8c6e4e3332394d2c077f1d30764bc9.zip | |
Set `channel = nightly` in dist profile
| -rw-r--r-- | src/bootstrap/defaults/config.dist.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bootstrap/defaults/config.dist.toml b/src/bootstrap/defaults/config.dist.toml index 25d9e649f23..44efdf50b96 100644 --- a/src/bootstrap/defaults/config.dist.toml +++ b/src/bootstrap/defaults/config.dist.toml @@ -12,6 +12,9 @@ extended = true [llvm] download-ci-llvm = false [rust] +# We have several defaults in bootstrap that depend on whether the channel is `dev` (e.g. `omit-git-hash` and `download-ci-llvm`). +# Make sure they don't get set when installing from source. +channel = "nightly" download-rustc = false [dist] |
