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:
parent
eeb37e29bd
commit
d1233ad4cd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user