1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00

Set download-ci-llvm false for Rust (#418)

This commit is contained in:
suyuan 2024-01-22 23:12:36 +08:00 committed by GitHub
commit 338ad66432
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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