From e51a34d6cc39a103b43b20a7eee32ed783f98035 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 16 May 2018 15:54:58 +0200 Subject: [PATCH] Related: #1570246 - temporarily disable valgrind completely ... and revert the previous workaround, which does not work on Koji --- curl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curl.spec b/curl.spec index 9c12786..5f11302 100644 --- a/curl.spec +++ b/curl.spec @@ -69,8 +69,8 @@ BuildRequires: perl(vars) # #810992, #816175, and #886891). Nevertheless developers are free to install # valgrind manually to improve test coverage on any architecture. %ifarch x86_64 %{ix86} -BuildRequires: glibc-debuginfo -BuildRequires: valgrind +# temporarily disabled completely because of https://bugzilla.redhat.com/1570246 +# BuildRequires: valgrind %endif # using an older version of libcurl could result in CURLE_UNKNOWN_OPTION