diff options
| author | onur-ozkan <work@onurozkan.dev> | 2023-11-11 15:17:26 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2023-11-11 18:29:11 +0300 |
| commit | 23446427fe476f8f767e6ef34439a0f3f11af788 (patch) | |
| tree | e6cd89c7f4b10fd0e73b379495a37e442bd70e2f /src/ci/scripts | |
| parent | d8dbf7ca0ee9c6da0fd039b1eb8cf7c7cb840f43 (diff) | |
| download | rust-23446427fe476f8f767e6ef34439a0f3f11af788.tar.gz rust-23446427fe476f8f767e6ef34439a0f3f11af788.zip | |
merge `if-available` and `if-unchanged` for `download-ci-llvm`
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src/ci/scripts')
| -rwxr-xr-x | src/ci/scripts/install-clang.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/scripts/install-clang.sh b/src/ci/scripts/install-clang.sh index cbb4d5765ca..77164ed4117 100755 --- a/src/ci/scripts/install-clang.sh +++ b/src/ci/scripts/install-clang.sh @@ -58,7 +58,7 @@ elif isWindows && [[ ${CUSTOM_MINGW-0} -ne 1 ]]; then "${RUST_CONFIGURE_ARGS} --set llvm.clang-cl=$(pwd)/clang-rust/bin/clang-cl.exe" # Disable downloading CI LLVM on this builder; - # setting up clang-cl just above conflicts with the default if-available option. + # setting up clang-cl just above conflicts with the default if-unchanged option. ciCommandSetEnv NO_DOWNLOAD_CI_LLVM 1 fi |
