[commit: ghc] master: Travis: llvm's apt repository is offline (940229c)
git at git.haskell.org
git at git.haskell.org
Thu Jun 2 15:34:07 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/940229c280fcc986003ad60d3ff2a2643c7c4363/ghc
>---------------------------------------------------------------
commit 940229c280fcc986003ad60d3ff2a2643c7c4363
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Thu Jun 2 15:29:39 2016 +0200
Travis: llvm's apt repository is offline
>---------------------------------------------------------------
940229c280fcc986003ad60d3ff2a2643c7c4363
.travis.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 1006503..0f80ece 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,18 +8,20 @@ env:
- DEBUG_STAGE2=YES
- DEBUG_STAGE2=NO
+# TODO. Install llvm once llvm's APT repository is working again.
+# See http://lists.llvm.org/pipermail/llvm-dev/2016-May/100303.html.
addons:
apt:
sources:
- hvr-ghc
- - llvm-toolchain-precise-3.7
+ #- llvm-toolchain-precise-3.7
- ubuntu-toolchain-r-test
packages:
- cabal-install-1.18
- ghc-7.10.3
- alex-3.1.3
- happy-1.19.4
- - llvm-3.7
+ #- llvm-3.7
before_install:
- export PATH=/opt/ghc/7.10.3/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
More information about the ghc-commits
mailing list