From: Peter Michael Green Date: Thu, 7 Feb 2019 13:32:39 +0000 (+0000) Subject: Disable testsuite. X-Git-Tag: archive/raspbian/10-20200211-1+rpi1^2~6^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=75e7fff9ad51c171b42b257a2de2856be6870f10;p=gcc-10.git Disable testsuite. --- diff --git a/debian/changelog b/debian/changelog index 01ad1ed..1509749 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,10 @@ gcc-8 (8.2.0-16+rpi1) buster-staging; urgency=medium [changes brought forward from 8-20180207-2+rpi1 by Peter Michael Green at Sat, 17 Feb 2018 00:20:23 +0000] * Don't pass -march=armv7+fp to compiler when building libatomic. - -- Raspbian forward porter Tue, 05 Feb 2019 17:27:55 +0000 + [changes introduced in 8.2.0-16+rpi1 by Peter Michael Green] + * Disable testsuite (build seems to hang after testsuite completes). + + -- Peter Michael Green Tue, 05 Feb 2019 17:27:55 +0000 gcc-8 (8.2.0-16) unstable; urgency=medium diff --git a/debian/rules.defs b/debian/rules.defs index 172fd0d..bdff7f1 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -1452,7 +1452,7 @@ endif # run testsuite --------------- with_check := yes # if you don't want to run the gcc testsuite, uncomment the next line -#with_check := disabled by hand +with_check := disabled by plugwash ifeq ($(with_base_only),yes) with_check := no endif