io fails_with :clang
make never completes. see: https://github.com/stevedekorte/io/issues/223 I've never put in a fails_with before, so this could be wrong. Closes Homebrew/homebrew#14951. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
90408528a8
commit
75a3166692
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@ class Io < Formula
|
|||
depends_on 'libffi'
|
||||
depends_on 'pcre'
|
||||
|
||||
fails_with :clang do
|
||||
build 421
|
||||
cause <<-EOS.undent
|
||||
make never completes. see:
|
||||
https://github.com/stevedekorte/io/issues/223
|
||||
EOS
|
||||
end
|
||||
|
||||
# Fix recursive inline. See discussion in:
|
||||
# https://github.com/stevedekorte/io/issues/135
|
||||
def patches
|
||||
|
|
Loading…
Reference in a new issue