Merge pull request #4821 from cocreature/llvm-9

Install LLVM 9.0 in the docker image and upgrade llvm-hs
This commit is contained in:
Alexey Zabelin 2019-09-11 20:26:06 -07:00 committed by GitHub
commit a52af4c199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -4826,10 +4826,6 @@ packages:
# https://github.com/commercialhaskell/stackage/issues/4809
- elm-street < 0.1
# https://github.com/commercialhaskell/stackage/issues/4812
- llvm-hs < 9
- llvm-hs-pure < 9
# https://github.com/commercialhaskell/stackage/issues/4816
- trifecta < 2.1

View File

@ -165,6 +165,12 @@ curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources
apt-get update
ACCEPT_EULA=Y apt-get install msodbcsql17 -y
# llvm for llvm-hs
curl https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main"
apt-get update
apt-get install llvm-9-dev -y
locale-gen en_US.UTF-8
# Buggy versions of ld.bfd fail to link some Haskell packages: