mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-17 17:58:31 +01:00
Install LLVM 9.0 in the docker image
This is required for the latest version of llvm-hs.
This commit is contained in:
parent
c56758d70f
commit
daefa483ac
@ -4836,10 +4836,6 @@ packages:
|
|||||||
# https://github.com/commercialhaskell/stackage/issues/4811
|
# https://github.com/commercialhaskell/stackage/issues/4811
|
||||||
- polysemy < 1.2.0.0
|
- polysemy < 1.2.0.0
|
||||||
|
|
||||||
# https://github.com/commercialhaskell/stackage/issues/4812
|
|
||||||
- llvm-hs < 9
|
|
||||||
- llvm-hs-pure < 9
|
|
||||||
|
|
||||||
# end of packages
|
# end of packages
|
||||||
|
|
||||||
# Package flags are applied to individual packages, and override the values of
|
# Package flags are applied to individual packages, and override the values of
|
||||||
|
|||||||
@ -165,6 +165,11 @@ curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources
|
|||||||
apt-get update
|
apt-get update
|
||||||
ACCEPT_EULA=Y apt-get install msodbcsql17 -y
|
ACCEPT_EULA=Y apt-get install msodbcsql17 -y
|
||||||
|
|
||||||
|
# llvm for llvm-hs
|
||||||
|
curl https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
|
||||||
|
apt-get update
|
||||||
|
apt-get install llvm-9 -y
|
||||||
|
|
||||||
locale-gen en_US.UTF-8
|
locale-gen en_US.UTF-8
|
||||||
|
|
||||||
# Buggy versions of ld.bfd fail to link some Haskell packages:
|
# Buggy versions of ld.bfd fail to link some Haskell packages:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user