On Sat, Nov 28, 2020 at 05:10:39PM +0200, Adrian Bunk wrote: > On Wed, Nov 25, 2020 at 08:23:45PM -0800, tony mancill wrote: > >... > > --- openjdk-11-11.0.9+11/debian/changelog 2020-10-22 07:49:15.000000000 > > -0700 > > +++ openjdk-11-11.0.9.1+1/debian/changelog 2020-11-25 08:55:48.000000000 > > -0800 > > @@ -1,8 +1,16 @@ > > -openjdk-11 (11.0.9+11-1~deb10u1) buster-security; urgency=medium > > +openjdk-11 (11.0.9.1+1-1~deb10u1) buster; urgency=medium > > > > - * Rebuild for Buster > > + * Rebuild for Buster (Closes: #975728) > > > > - -- Moritz Muehlenhoff <j...@debian.org> Thu, 22 Oct 2020 14:49:15 +0000 > > + -- tony mancill <tmanc...@debian.org> Wed, 25 Nov 2020 08:55:48 -0800 > > + > > +openjdk-11 (11.0.9.1+1-1) unstable; urgency=medium > > + > > + * OpenJDK 11.0.9.1+1 build (release). > > + * Configure --with-jvm-features=shenandoahgc for hotspot builds. > > + LP: #1902029. > > + > > + -- Matthias Klose <d...@ubuntu.com> Thu, 05 Nov 2020 14:32:42 +0100 > > > > openjdk-11 (11.0.9+11-1) unstable; urgency=medium > >... > > --- openjdk-11-11.0.9+11/debian/rules 2020-10-21 10:38:16.000000000 > > -0700 > > +++ openjdk-11-11.0.9.1+1/debian/rules 2020-11-05 05:32:42.000000000 > > -0800 > > @@ -158,7 +158,7 @@ > > ifneq (,$(filter $(distrel), precise trusty)) > > with_docs = > > endif > > -with_check = disabled for this upload > > +# with_check = disabled for this upload > >... > > FTR, this change increases the build time on zero architectures by half > a week of running tests. > > E.g. on mipsel-osuosl-01 that is currently building mips64el this adds > 3 days 23 hours to the buildtime.[1] > > Which is a bit wasteful since failures are ignored and a 3 digit number > of tests fail on all release architectures. > > cu > Adrian > > [1] https://buildd.debian.org/status/logs.php?pkg=openjdk-11&arch=mips64el
Ugh, that is unfortunate. The "with_check" change is there to keep the package as close to the version in testing/unstable as feasible. The only sourceful packaging difference is the build-dep on g++-8 instead of g++-10. Adam expressed concerns about the change as well. Do I need to prepare another upload? Thank you, tony