From 87137bd1d2f89f5d4fe38e9961cbcb339b9ecef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20=C3=9Acar?= Date: Wed, 15 Mar 2023 19:50:47 +0100 Subject: [PATCH] Disable tests for non x86_64 architectures in EPEL --- R.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/R.spec b/R.spec index 2dee0cd..c7c8a35 100644 --- a/R.spec +++ b/R.spec @@ -5,7 +5,12 @@ # https://bugzilla.redhat.com/show_bug.cgi?id=2046246 %undefine _package_note_flags +# EPEL-only issues in some architectures (gcc < 12?) +%if 0%{?rhel} && "%{_arch}" != "x86_64" +%bcond_with tests +%else %bcond_without tests +%endif # Using LTO breaks debuginfo (probably not true anymore?) # https://bugzilla.redhat.com/show_bug.cgi?id=1113404 @@ -826,6 +831,7 @@ fi * Wed Mar 15 2023 Iñaki Úcar - 4.2.3-1 - Update to 4.2.3 - Adapt license tag to SPDX +- Disable tests for non x86_64 architectures in EPEL * Wed Jan 18 2023 Fedora Release Engineering - 4.2.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild