Remove fails with clang due to go 1.2.

Closes Homebrew/homebrew#24853.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jonathon Klobucar 2013-12-01 15:14:17 -08:00 committed by Jack Nagel
parent 7542f5a73f
commit d286e8d60f
2 changed files with 0 additions and 8 deletions

View File

@ -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"

View File

@ -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)