mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-02 09:30:28 +01:00
Revert "Install LLVM 9.0 in the docker image" (#4820)
Revert "Install LLVM 9.0 in the docker image"
This commit is contained in:
commit
03eb798ef1
@ -4823,6 +4823,10 @@ packages:
|
|||||||
# https://github.com/commercialhaskell/stackage/issues/4809
|
# https://github.com/commercialhaskell/stackage/issues/4809
|
||||||
- elm-street < 0.1
|
- 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
|
# https://github.com/commercialhaskell/stackage/issues/4816
|
||||||
- trifecta < 2.1
|
- trifecta < 2.1
|
||||||
|
|
||||||
|
|||||||
@ -165,11 +165,6 @@ 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