mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-24 21:21:58 +01:00
Switch to LLVM 5 and remove constraints on llvm-hs and llvm-hs-pure
This commit is contained in:
parent
b2c8d1aa1b
commit
c30fae635e
@ -3379,10 +3379,6 @@ packages:
|
|||||||
# https://github.com/fpco/stackage/issues/2832
|
# https://github.com/fpco/stackage/issues/2832
|
||||||
- io-streams < 1.5
|
- io-streams < 1.5
|
||||||
|
|
||||||
# https://github.com/llvm-hs/llvm-hs/issues/137
|
|
||||||
- llvm-hs < 5.0.0
|
|
||||||
- llvm-hs-pure == 4.1.0.0
|
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
@ -191,9 +191,9 @@ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf
|
|||||||
|
|
||||||
# llvm-4.0 for llvm-hs (separate since it needs wget)
|
# llvm-4.0 for llvm-hs (separate since it needs wget)
|
||||||
wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \
|
wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \
|
||||||
&& add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \
|
&& add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main" \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y llvm-4.0
|
&& apt-get install -y llvm-5.0
|
||||||
|
|
||||||
# Install version 3 of the protobuf compiler. (The `protobuf-compiler` package only
|
# Install version 3 of the protobuf compiler. (The `protobuf-compiler` package only
|
||||||
# supports version 2.)
|
# supports version 2.)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user