From 2f3842962eb2056a07ab78e75511e60ffa1169ee Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Mon, 22 Jan 2024 08:42:22 +0100 Subject: [PATCH] Set download-ci-llvm false for Rust --- rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Makefile b/rust/Makefile index 60df0e5cde..7ade00a9ef 100644 --- a/rust/Makefile +++ b/rust/Makefile @@ -70,7 +70,7 @@ HOST_CONFIGURE_ARGS = \ --disable-sanitizers \ --release-channel=stable \ --enable-cargo-native-static \ - --set=llvm.download-ci-llvm=true \ + --set=llvm.download-ci-llvm=false \ $(TARGET_CONFIGURE_ARGS) define Host/Uninstall