Skip to content
This repository was archived by the owner on Dec 20, 2019. It is now read-only.

Commit 263763b

Browse files
committed
LDC: Azure Windows CI: Upgrade clang to v8.0.1
1 parent ed646d6 commit 263763b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
7z x ../ninja.zip > nul
1919
cd ..
2020
:: Download & install clang
21-
curl -L -o clang.exe http://releases.llvm.org/%CLANG_VERSION%/LLVM-%CLANG_VERSION%-win64.exe
21+
curl -L -o clang.exe https://github.com/llvm/llvm-project/releases/download/llvmorg-%CLANG_VERSION%/LLVM-%CLANG_VERSION%-win64.exe
2222
clang.exe /S
2323
displayName: Install prerequisites
2424
- script: |

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pool:
1616
vmImage: 'vs2017-win2016'
1717
variables:
18-
CLANG_VERSION: 8.0.0
18+
CLANG_VERSION: 8.0.1
1919
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
2020
EXTRA_CMAKE_FLAGS: -DLLVM_USE_CRT_RELEASE=MT
2121
strategy:

0 commit comments

Comments
 (0)