From 8bc52279636e902951535362d03cb4b0cb479452 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mar 15 2017 15:00:39 +0000 Subject: skip tests on ppcle64 (#1431866) --- diff --git a/gc.spec b/gc.spec index ca5312b..537d748 100644 --- a/gc.spec +++ b/gc.spec @@ -2,7 +2,7 @@ Summary: A garbage collector for C and C++ Name: gc Version: 7.6.0 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Url: http://www.hboehm.info/gc/ @@ -74,8 +74,8 @@ rm -fv %{buildroot}%{_libdir}/lib*.la %global arch_ignore ||: %endif ## cordtest segfaults or hangs on ix86 -## gctest sometimes(?) hangs on aarch64 -%ifnarch aarch64 %{ix86} +## gctest sometimes(?) hangs on aarch64,ppc64le +%ifnarch aarch64 %{ix86} ppc64le make check %{?arch_ignore} %endif @@ -101,6 +101,9 @@ make check %{?arch_ignore} %changelog +* Wed Mar 15 2017 Rex Dieter - 7.6.0-4 +- skip tests on ppcle64 (#1431866) + * Tue Mar 14 2017 Rex Dieter - 7.6.0-3 - skip tests on aarch64 (#1431866)