File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,9 +149,9 @@ install:
149149 # Note that the LLVM installer is an NSIS installer
150150 #
151151 # Original downloaded here came from
152- # http://releases.llvm.org/6 .0.0/LLVM-6 .0.0-win64.exe
153- - if NOT defined MINGW_URL appveyor-retry appveyor DownloadFile https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/LLVM-6 .0.0-win64.exe
154- - if NOT defined MINGW_URL .\LLVM-6 .0.0-win64.exe /S /NCRC /D=C:\clang-rust
152+ # http://releases.llvm.org/7 .0.0/LLVM-7 .0.0-win64.exe
153+ - if NOT defined MINGW_URL appveyor-retry appveyor DownloadFile https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/LLVM-7 .0.0-win64.exe
154+ - if NOT defined MINGW_URL .\LLVM-7 .0.0-win64.exe /S /NCRC /D=C:\clang-rust
155155 - if NOT defined MINGW_URL set RUST_CONFIGURE_ARGS=%RUST_CONFIGURE_ARGS% --set llvm.clang-cl=C:\clang-rust\bin\clang-cl.exe
156156
157157 # Here we do a pretty heinous thing which is to mangle the MinGW installation
You can’t perform that action at this time.
0 commit comments