From e84946a3e9d13e304a3f242aeaffba40be88a6a4 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 23 Jan 2024 22:26:50 -0500 Subject: [PATCH] Disable tests on RHEL 10 The tests use valgrind and only work on x86, but valgrind cannot cope with GCC 13+ SSE4.1 optimizations of strcmp: https://bugzilla.redhat.com/show_bug.cgi?id=2257546 --- jq.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jq.spec b/jq.spec index efcb3e8..213286f 100644 --- a/jq.spec +++ b/jq.spec @@ -1,4 +1,6 @@ -%bcond_without check +# valgrind cannot cope with GCC 13+ SSE4.1 optimizations of strcmp +# https://bugzilla.redhat.com/show_bug.cgi?id=2257546 +%bcond check %[!(0%{?rhel} >= 10)] Name: jq Version: 1.7.1