[commit: ghc] wip/travis: llvm.org/apt now has 3.6 binaries (86da000)

git at git.haskell.org git at git.haskell.org
Fri Feb 20 13:38:06 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/travis
Link       : http://ghc.haskell.org/trac/ghc/changeset/86da0002aa6af0c5baab00a9fbad4913072838c5/ghc

>---------------------------------------------------------------

commit 86da0002aa6af0c5baab00a9fbad4913072838c5
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Feb 20 14:39:35 2015 +0100

    llvm.org/apt now has 3.6 binaries


>---------------------------------------------------------------

86da0002aa6af0c5baab00a9fbad4913072838c5
 .travis.yml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d3de022..c161d6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,12 +12,8 @@ env:
 
 before_install:
  - travis_retry sudo add-apt-repository -y ppa:hvr/ghc
- #- travis_retry sudo add-apt-repository -y ppa:h-rayflood/gcc-upper
- #- travis_retry sudo add-apt-repository -y ppa:h-rayflood/llvm-upper
- #- travis_retry sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- #- travis_retry sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise main' >> /etc/apt/sources.list"
- #- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
- - travis_retry sudo add-apt-repository -y ppa:xorg-edgers/ppa # seems to be a source for llvm-3.6
+ - travis_retry sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise main' >> /etc/apt/sources.list"
+ - wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
  - travis_retry sudo apt-get update
  - travis_retry sudo apt-get install cabal-install-1.18 ghc-7.6.3 alex-3.1.3 happy-1.19.4
  - travis_retry sudo apt-get install llvm-3.6



More information about the ghc-commits mailing list