Skip to content

Commit 0ffc573

Browse files
AppVeyor: Update clang-cl from 7.0.0 to 8.0.0
1 parent e65ef96 commit 0ffc573

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ install:
158158
# Note that the LLVM installer is an NSIS installer
159159
#
160160
# Original downloaded here came from
161-
# http://releases.llvm.org/7.0.0/LLVM-7.0.0-win64.exe
162-
- 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
163-
- if NOT defined MINGW_URL .\LLVM-7.0.0-win64.exe /S /NCRC /D=C:\clang-rust
161+
# http://releases.llvm.org/8.0.0/LLVM-8.0.0-win64.exe
162+
- if NOT defined MINGW_URL appveyor-retry appveyor DownloadFile https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/LLVM-8.0.0-win64.exe
163+
- if NOT defined MINGW_URL .\LLVM-8.0.0-win64.exe /S /NCRC /D=C:\clang-rust
164164
- if NOT defined MINGW_URL set RUST_CONFIGURE_ARGS=%RUST_CONFIGURE_ARGS% --set llvm.clang-cl=C:\clang-rust\bin\clang-cl.exe
165165

166166
# Here we do a pretty heinous thing which is to mangle the MinGW installation

0 commit comments

Comments
 (0)