Remove fails with clang due to go 1.2.
Closes Homebrew/homebrew#24853. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7542f5a73f
commit
d286e8d60f
2 changed files with 0 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue