mongodb: mark stable as fails_with clang.
Fixes Homebrew/homebrew#24741.
This commit is contained in:
parent
04e55c089c
commit
a1ea78fbd9
1 changed files with 11 additions and 0 deletions
|
@ -20,6 +20,17 @@ class Mongodb < Formula
|
|||
depends_on 'scons' => :build
|
||||
depends_on 'openssl' => :optional
|
||||
|
||||
if build.stable?
|
||||
# https://github.com/mxcl/homebrew/issues/24741
|
||||
fails_with :clang do
|
||||
cause <<-EOS.undent
|
||||
Embedded V8 has runtime bugs, Clang unsupported for 2.4. See:
|
||||
https://github.com/mxcl/homebrew/issues/24741
|
||||
https://jira.mongodb.org/browse/SERVER-11570
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
||||
def install
|
||||
# mongodb currently can't build with libc++; this should be fixed in
|
||||
# 2.6, but can't be backported to the current stable release.
|
||||
|
|
Loading…
Reference in a new issue