do not run test-suite through valgrind on i686 brew builds

The architecture is being decommissioned in Fedora, which makes it
difficult to debug valgrind failures (usually not related to curl
anyway).
This commit is contained in:
Kamil Dudka 2019-11-15 10:37:39 +01:00
parent eeb37e29bd
commit d1233ad4cd
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ BuildRequires: perl(vars)
# to be less reliable, in order to avoid unnecessary build failures (see RHBZ
# #810992, #816175, and #886891). Nevertheless developers are free to install
# valgrind manually to improve test coverage on any architecture.
%ifarch x86_64 %{ix86}
%ifarch x86_64
BuildRequires: valgrind
%endif