capnp: remove make check
Per https://github.com/Homebrew/homebrew-core/issues/5435#issuecomment-264576618 Closes #5773. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
3dc2593ece
commit
48549a421a
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ class Capnp < Formula
|
|||
|
||||
mkdir "build" do
|
||||
system "cmake", "..", *std_cmake_args
|
||||
system "make", "check"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue