From 9e75c715be615f99309fde0b2ec1db070cbf9177 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 1 Oct 2015 14:59:59 +0200 Subject: [PATCH] 5.2.1-3 --- gcc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc.spec b/gcc.spec index e464158..5099604 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1867,11 +1867,11 @@ echo gcc-%{version}-%{release}.%{_arch} > $FULLPATH/rpmver cd obj-%{gcc_target_platform} # run the tests. +# Hack: the arm builders are too slow and we regularly time out, as the +# build doesn't finish in 24 hours. This happens only on F23+ though. make %{?_smp_mflags} -k check ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++ \ %if 0%{?fedora} >= 20 %if 0%{?fedora} >= 23 -# Hack: the arm builders are too slow and we regularly time out, as the -# build doesn't finish in 24 hours. This happens only on F23+ though. %ifnarch %{arm} RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector-strong}'" \ %endif