We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1149193 commit 0f47312Copy full SHA for 0f47312
src/ci/scripts/install-clang.sh
@@ -61,3 +61,9 @@ elif isWindows && [[ ${CUSTOM_MINGW-0} -ne 1 ]]; then
61
ciCommandSetEnv RUST_CONFIGURE_ARGS \
62
"${RUST_CONFIGURE_ARGS} --set llvm.clang-cl=$(pwd)/clang-rust/bin/clang-cl.exe"
63
fi
64
+
65
+if isWindows; then
66
+ # GitHub image 20210928.2 added LLVM, but it is broken (and we don't want
67
+ # to use it anyways).
68
+ rm -rf /c/Program\ Files/LLVM
69
+fi
0 commit comments