aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJonathon Klobucar2013-12-01 15:14:17 -0800
committerJack Nagel2013-12-01 20:09:07 -0600
commitcb6b12d4474bb20b8a7b8c2e1427992a72fe516b (patch)
tree573cc6bab13b9c8fcc539ea8e441915d234c40a0 /Library
parentadf34d9e1805848c5a181a05cfacee2f78883026 (diff)
downloadhomebrew-cb6b12d4474bb20b8a7b8c2e1427992a72fe516b.tar.bz2
Remove fails with clang due to go 1.2.
Closes #24853. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/etcd.rb4
-rw-r--r--Library/Formula/juju.rb4
2 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/etcd.rb b/Library/Formula/etcd.rb
index 804d62372..2a17dd731 100644
--- a/Library/Formula/etcd.rb
+++ b/Library/Formula/etcd.rb
@@ -8,10 +8,6 @@ class Etcd < Formula
depends_on 'go' => :build
- fails_with :clang do
- cause "clang: error: no such file or directory: 'libgcc.a'"
- end
-
def install
ENV['GOPATH'] = buildpath
system "./build"
diff --git a/Library/Formula/juju.rb b/Library/Formula/juju.rb
index a8766ed2b..457c85127 100644
--- a/Library/Formula/juju.rb
+++ b/Library/Formula/juju.rb
@@ -7,10 +7,6 @@ class Juju < Formula
depends_on 'go' => :build
- fails_with :clang do
- cause "clang: error: no such file or directory: 'libgcc.a'"
- end
-
def install
ENV['GOPATH'] = buildpath
args = %w(install launchpad.net/juju-core/cmd/juju)