From b30223f546e514683b6cd2188a43af41dab61bc7 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 16 Dec 2024 18:44:41 -0800 Subject: [PATCH] Disable download-ci-llvm for Rust 1.83+ --- configs/rustc-1.83.0/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/rustc-1.83.0/config.toml b/configs/rustc-1.83.0/config.toml index 80821fd..7bcb18c 100644 --- a/configs/rustc-1.83.0/config.toml +++ b/configs/rustc-1.83.0/config.toml @@ -8,5 +8,8 @@ vendor = true extended = true tools = ["cargo"] +[llvm] +download-ci-llvm = false + [rust] channel = "stable"