[commit: ghc] master: travis: use LLVM 3.7 (7756161)

git at git.haskell.org git at git.haskell.org
Wed Oct 14 00:11:47 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/775616174bf297c7f3d8dc35ae0e88aef381f7fa/ghc

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

commit 775616174bf297c7f3d8dc35ae0e88aef381f7fa
Author: Austin Seipp <austin at well-typed.com>
Date:   Tue Oct 13 19:14:01 2015 -0500

    travis: use LLVM 3.7
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

775616174bf297c7f3d8dc35ae0e88aef381f7fa
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2974b81..7bb719e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,17 +12,17 @@ addons:
   apt:
     sources:
     - hvr-ghc
-    - llvm-toolchain-precise-3.6
+    - llvm-toolchain-precise-3.7
     - ubuntu-toolchain-r-test
     packages:
     - cabal-install-1.18
     - ghc-7.8.4
     - alex-3.1.3
     - happy-1.19.4
-    - llvm-3.6
+    - llvm-3.7
 
 before_install:
- - export PATH=/opt/ghc/7.8.4/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/lib/llvm-3.6/bin:$PATH
+ - export PATH=/opt/ghc/7.8.4/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/lib/llvm-3.7/bin:$PATH
 
 # Be explicit about which protocol to use, such that we don't have to repeat the rewrite command for each.
  - git config remote.origin.url git://github.com/${TRAVIS_REPO_SLUG}.git



More information about the ghc-commits mailing list