From 4e090e70d16328db375fed1e8729680c27ba7935 Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Thu, 19 Sep 2024 11:25:45 +0300 Subject: [PATCH] update `llvm.download-ci-llvm` documentation Signed-off-by: onur-ozkan --- config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index c66d65e639a..47ebb20d8fa 100644 --- a/config.example.toml +++ b/config.example.toml @@ -53,7 +53,7 @@ # # Note that many of the LLVM options are not currently supported for # downloading. Currently only the "assertions" option can be toggled. -#download-ci-llvm = if rust.channel == "dev" || rust.download-rustc != false { "if-unchanged" } else { false } +#download-ci-llvm = true # Indicates whether the LLVM build is a Release or Debug build #optimize = true