rust: disable download ci llvm
authorTianling Shen <[email protected]>
Wed, 12 Mar 2025 09:24:26 +0000 (17:24 +0800)
committerTianling Shen <[email protected]>
Thu, 13 Mar 2025 11:45:27 +0000 (19:45 +0800)
Upstream removed CI builds for this (outdated) version.

Signed-off-by: Tianling Shen <[email protected]>
lang/rust/Makefile

index 90f7ee56a2b6ff26f0b8813edcbfeb6f8fa67524..bd1c05f892bd23dd3176133292293ee19ee51b7d 100644 (file)
@@ -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