Skip to content

Commit

Permalink
Set download-ci-llvm false for Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Jan 22, 2024
1 parent aa3db5a commit 2f38429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f38429

Please sign in to comment.