redis: remove unused fails_with :llvm.
This commit is contained in:
parent
9a86e2d608
commit
50f75edbb9
1 changed files with 0 additions and 7 deletions
|
@ -20,13 +20,6 @@ class Redis < Formula
|
|||
|
||||
option "with-jemalloc", "Select jemalloc as memory allocator when building Redis"
|
||||
|
||||
fails_with :llvm do
|
||||
build 2334
|
||||
cause <<-EOS.undent
|
||||
Fails with "reference out of range from _linenoise"
|
||||
EOS
|
||||
end
|
||||
|
||||
def install
|
||||
# Architecture isn't detected correctly on 32bit Snow Leopard without help
|
||||
ENV["OBJARCH"] = "-arch #{MacOS.preferred_arch}"
|
||||
|
|
Loading…
Reference in a new issue