diff options
| author | Ralf Jung <post@ralfj.de> | 2023-11-21 18:23:31 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-11-21 18:23:31 +0100 |
| commit | eed24ac572eba9b6505525e08cc4b7b91c34e428 (patch) | |
| tree | 40838be4cb9cfa74ceb9d39ed04c581d94ca4fa7 /src/ci/scripts | |
| parent | 9007cc484bdff639d3c8ab1304e6dd4257589f82 (diff) | |
| parent | 329d015014a314f6131214d83d10b9d3b17d387d (diff) | |
| download | rust-eed24ac572eba9b6505525e08cc4b7b91c34e428.tar.gz rust-eed24ac572eba9b6505525e08cc4b7b91c34e428.zip | |
Merge from rustc
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 |
