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
This commit is contained in:
Yaakov Selkowitz 2024-01-23 22:26:50 -05:00
parent 9c55f973e0
commit e84946a3e9
1 changed files with 3 additions and 1 deletions

View File

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