Skip to content

Commit

Permalink
CI: Downgrade to LLVM 8.0.0 to resolve zlib issue
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Jul 7, 2020
1 parent bcddd9c commit 31570b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_script:
- call conda config --set always_yes yes --set changeps1 no
- call conda info -a
- call conda update -q conda
- call conda install -c conda-forge python=3.7 re2c m2-bison xonsh cython scikit-build llvmdev=9.0.1 pytest llvmlite prompt_toolkit antlr-python-runtime=4.7 pygments
- call conda install -c conda-forge python=3.7 re2c m2-bison xonsh cython scikit-build llvmdev=8.0.0 pytest llvmlite prompt_toolkit antlr-python-runtime=4.7 pygments
- set CONDA_PREFIX=C:\\Miniconda37-x64
- set LFORTRAN_CMAKE_GENERATOR=Visual Studio 15 2017 Win64
- set WIN=1
Expand Down

0 comments on commit 31570b5

Please sign in to comment.