[commit: ghc] wip/llvm-3.5-on-travis: Use llvm-3.5 on Travis (39c2b2d)
git at git.haskell.org
git at git.haskell.org
Tue Dec 16 10:05:26 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/llvm-3.5-on-travis
Link : http://ghc.haskell.org/trac/ghc/changeset/39c2b2d834c2c3b51d0b9baf39f6fdfc5a997d87/ghc
>---------------------------------------------------------------
commit 39c2b2d834c2c3b51d0b9baf39f6fdfc5a997d87
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Dec 16 10:54:36 2014 +0100
Use llvm-3.5 on Travis
to avoid a build failure with T5681(optllvm). According to Ben Gamari,
llvm-3.4 is known to be not working with GHC HEAD.
>---------------------------------------------------------------
39c2b2d834c2c3b51d0b9baf39f6fdfc5a997d87
.travis.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index cc9ac3f..a869cf0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,10 @@ env:
before_install:
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
+ - travis_retry sudo add-apt-repository -y ppa:h-rayflood/llvm
- 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
- - export PATH=/opt/ghc/7.6.3/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:$PATH
+ - travis_retry sudo apt-get install cabal-install-1.18 ghc-7.6.3 alex-3.1.3 happy-1.19.4 llvm-3.5
+ - export PATH=/opt/ghc/7.6.3/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/lib/llvm-3.5/bin:$PATH
- git config --global url."git://github.com/ghc/packages-".insteadOf git://github.com/ghc/packages/
- git config --global url."http://github.com/ghc/packages-".insteadOf http://github.com/ghc/packages/
- git config --global url."https://github.com/ghc/packages-".insteadOf https://github.com/ghc/packages/
More information about the ghc-commits
mailing list