valgrind: maximum macOS version is Sierra

This commit is contained in:
FX Coudert 2017-08-21 19:51:43 +02:00
parent 31b4e98a54
commit 961942d578

View file

@ -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"