[pkg-d-commits] [ldc] 46/149: [CircleCI] Add LLVM 4.0 apt repo. (#1982)
Matthias Klumpp
mak at moszumanska.debian.org
Sun Apr 23 22:36:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to annotated tag v1.2.0
in repository ldc.
commit 1621bed1f445c384167b440befabcc1079671088
Author: Johan Engelen <jbc.engelen at gmail.com>
Date: Sun Jan 22 22:30:27 2017 +0100
[CircleCI] Add LLVM 4.0 apt repo. (#1982)
LLVM 4.0 was branched off. So now it lives in its own APT repo.
---
circle.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/circle.yml b/circle.yml
index d890e45..ea9d8af 100644
--- a/circle.yml
+++ b/circle.yml
@@ -14,6 +14,7 @@ dependencies:
pre:
# LLVM's official APT repo:
- sudo add-apt-repository -y 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty main'
+ - sudo add-apt-repository -y 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-4.0 main'
- wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
- sudo apt-get update
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git
More information about the pkg-d-commits
mailing list