Skip to content

Commit ddaeda2

Browse files
stop relying on rustc's LLVM caches
1 parent 250d8d7 commit ddaeda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/rust/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ HOST_CONFIGURE_ARGS = \
7575
--release-channel=stable \
7676
--enable-cargo-native-static \
7777
--bootstrap-cache-path=$(DL_DIR)/rustc \
78-
--set=llvm.download-ci-llvm=true \
78+
--set=llvm.download-ci-llvm=false \
7979
$(TARGET_CONFIGURE_ARGS)
8080

8181
define Host/Uninstall

0 commit comments

Comments
 (0)