From 1cf905fdab95d8fe022a2c0ec5ad72083c08d323 Mon Sep 17 00:00:00 2001 From: Ben Reeves Date: Thu, 30 Sep 2021 02:02:32 -0500 Subject: [PATCH 1/2] bootstrap: Update comment in config.library.toml. Downloading LLVM from CI works for all platforms now. --- src/bootstrap/defaults/config.library.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/defaults/config.library.toml b/src/bootstrap/defaults/config.library.toml index 9874fdb767f62..9afa937f50d3b 100644 --- a/src/bootstrap/defaults/config.library.toml +++ b/src/bootstrap/defaults/config.library.toml @@ -10,6 +10,6 @@ bench-stage = 0 incremental = true [llvm] -# Will download LLVM from CI if available on your platform (Linux only for now) +# Will download LLVM from CI if available on your platform. # https://github.com/rust-lang/rust/issues/77084 tracks support for more platforms download-ci-llvm = "if-available" From 098d86236babe4fae142d2154be122b63726c4c9 Mon Sep 17 00:00:00 2001 From: Ben Reeves Date: Thu, 30 Sep 2021 11:25:20 -0500 Subject: [PATCH 2/2] bootstrap: Update comment (again) in config.library.toml --- src/bootstrap/defaults/config.library.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bootstrap/defaults/config.library.toml b/src/bootstrap/defaults/config.library.toml index 9afa937f50d3b..7bc054d3a49fc 100644 --- a/src/bootstrap/defaults/config.library.toml +++ b/src/bootstrap/defaults/config.library.toml @@ -11,5 +11,4 @@ incremental = true [llvm] # Will download LLVM from CI if available on your platform. -# https://github.com/rust-lang/rust/issues/77084 tracks support for more platforms download-ci-llvm = "if-available"