mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
disable llvm bionic repo for now
This commit is contained in:
parent
c5c2e9bc27
commit
ff8e03d285
@ -19,10 +19,10 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
# 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
|
||||
#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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user