We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8b613 commit 6ebcce2Copy full SHA for 6ebcce2
1 file changed
appveyor.yml
@@ -47,6 +47,7 @@ environment:
47
install:
48
- if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
49
- if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force
50
+ - if [%COMPILER%]==[clang-cl] conda config --set auto_update_conda false
51
- if [%COMPILER%]==[clang-cl] conda install --yes --quiet clangdev cmake ninja flang=11.0.1
52
- if [%COMPILER%]==[clang-cl] call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
53
- if [%COMPILER%]==[clang-cl] set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
0 commit comments