diff -Nru mariadb-10.6-10.6.7/debian/changelog mariadb-10.6-10.6.7/debian/changelog --- mariadb-10.6-10.6.7/debian/changelog 2022-03-10 06:26:32.000000000 +0000 +++ mariadb-10.6-10.6.7/debian/changelog 2022-03-17 23:44:37.000000000 +0000 @@ -1,3 +1,9 @@ +mariadb-10.6 (1:10.6.7-3+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 17 Mar 2022 23:44:37 +0000 + mariadb-10.6 (1:10.6.7-3) unstable; urgency=medium * Fix syntax error in unstable tests lists diff -Nru mariadb-10.6-10.6.7/debian/rules mariadb-10.6-10.6.7/debian/rules --- mariadb-10.6-10.6.7/debian/rules 2022-03-10 06:26:32.000000000 +0000 +++ mariadb-10.6-10.6.7/debian/rules 2022-03-17 23:44:29.000000000 +0000 @@ -121,7 +121,7 @@ # Skip unstable tests if such are defined for arch [ ! -f debian/unstable-tests.$(DEB_HOST_ARCH) ] || cat debian/unstable-tests.$(DEB_HOST_ARCH) >> mysql-test/unstable-tests # Run testsuite -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # Don't use --mem here as official Debian builders and most Docker systems don't have a large mem device available and # would fail with errors on lack of disk space. cd $(BUILDDIR)/mysql-test && \