valgrind: maximum macOS version is Sierra
This commit is contained in:
parent
31b4e98a54
commit
961942d578
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ class Valgrind < Formula
|
|||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
# valgrind does not yet support High Sierra
|
||||
# https://bugs.kde.org/show_bug.cgi?id=383811
|
||||
depends_on MaximumMacOSRequirement => :sierra
|
||||
|
||||
# Valgrind needs vcpreload_core-*-darwin.so to have execute permissions.
|
||||
# See #2150 for more information.
|
||||
skip_clean "lib/valgrind"
|
||||
|
|
Loading…
Reference in a new issue