Disable testsuite.
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 7 Feb 2019 13:32:39 +0000 (13:32 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 7 Feb 2019 13:32:39 +0000 (13:32 +0000)
debian/changelog
debian/rules.defs

index 01ad1ed65951316fb5acd47fb4c8f974bb48503a..150974949c2f37d1af4b724c2b35d45059feb36b 100644 (file)
@@ -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 <plugwash@raspbian.org> at Sat, 17 Feb 2018 00:20:23 +0000]
   * Don't pass -march=armv7+fp to compiler when building libatomic.
 
- -- Raspbian forward porter <root@raspbian.org>  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 <plugwash@raspbian.org>  Tue, 05 Feb 2019 17:27:55 +0000
 
 gcc-8 (8.2.0-16) unstable; urgency=medium
 
index 172fd0df50db01c1b4d72a0d492265ddc47ed754..bdff7f1e766dfe7cdb4d3770877e748e23a05157 100644 (file)
@@ -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