From: Tianling Shen Date: Wed, 12 Mar 2025 09:24:26 +0000 (+0800) Subject: rust: disable download ci llvm X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b49fb106108abe21eba3c552d66c8a373dce6190;p=feed%2Fpackages.git rust: disable download ci llvm Upstream removed CI builds for this (outdated) version. Signed-off-by: Tianling Shen --- diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 90f7ee56a2..bd1c05f892 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -75,7 +75,6 @@ HOST_CONFIGURE_ARGS = \ --release-channel=stable \ --enable-cargo-native-static \ --bootstrap-cache-path=$(DL_DIR)/rustc \ - --set=llvm.download-ci-llvm=true \ $(TARGET_CONFIGURE_ARGS) define Host/Uninstall