From d286e8d60f3cd4dbb66f2a7dc49a26b6aa41c378 Mon Sep 17 00:00:00 2001 From: Jonathon Klobucar Date: Sun, 1 Dec 2013 15:14:17 -0800 Subject: [PATCH] Remove fails with clang due to go 1.2. Closes Homebrew/homebrew#24853. Signed-off-by: Jack Nagel --- Formula/etcd.rb | 4 ---- Formula/juju.rb | 4 ---- 2 files changed, 8 deletions(-) diff --git a/Formula/etcd.rb b/Formula/etcd.rb index 804d623722..2a17dd7315 100644 --- a/Formula/etcd.rb +++ b/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/Formula/juju.rb b/Formula/juju.rb index a8766ed2b1..457c851275 100644 --- a/Formula/juju.rb +++ b/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)