Skip to content

Commit

Permalink
rust: Re-try downloading LLVM using if-unchanged option
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jan 25, 2024
1 parent 79568b8 commit ceb7783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/spksrc.tc-rust.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ rust_toml:
echo 'lto = "off"' ; \
echo
@echo "[llvm]" ; \
echo "download-ci-llvm = false" ; \
echo "download-ci-llvm = if-unchanged" ; \
echo
@echo "[install]" ; \
echo
Expand Down

0 comments on commit ceb7783

Please sign in to comment.