[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/squeekboard][wip/a-wai/gtk-rs-0.17] 2 commits: d/rules: prevent tests from running in parallel

Arnaud Ferraris (@a-wai) gitlab at salsa.debian.org
Wed Aug 23 09:35:54 BST 2023



Arnaud Ferraris pushed to branch wip/a-wai/gtk-rs-0.17 at Debian On Mobile / squeekboard


Commits:
8f8c499e by Arnaud Ferraris at 2023-08-23T10:35:36+02:00
d/rules: prevent tests from running in parallel

This makes the tests flaky as those involve compiling binaries, which
causes the following issues:
- parallel threads time out waiting on another build to finish
- compilation itself sometimes fail due to possible race conditions

While at it, drop the (now-)unneeded override on `dh_autoreconf`.

- - - - -
4546dfed by Arnaud Ferraris at 2023-08-23T10:35:36+02:00
d/changelog: release version 1.22.0-4

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+squeekboard (1.22.0-4) unstable; urgency=medium
+
+  [ Peter Michael Green ]
+  * d/patches: update for gtk-rs 0.17
+    (Closes: #1042983)
+
+  [ Arnaud Ferraris ]
+  * d/rules: prevent tests from running in parallel.
+    This makes the tests flaky as those involve compiling binaries, which
+    causes the following issues:
+    - parallel threads time out waiting on another build to finish
+    - compilation itself sometimes fail due to possible race conditions
+    While at it, drop the (now-)unneeded override on `dh_autoreconf`.
+
+ -- Arnaud Ferraris <aferraris at debian.org>  Thu, 03 Aug 2023 19:49:41 +0200
+
 squeekboard (1.22.0-3) unstable; urgency=medium
 
   * debian: update build dependencies.


=====================================
debian/rules
=====================================
@@ -25,4 +25,5 @@ build-arch:
 override_dh_auto_configure:
 	dh_auto_configure -- -Dnewer=true -Donline=false
 
-override_dh_autoreconf:
+override_dh_auto_test:
+	dh_auto_test --no-parallel



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/a582e01d42e091059142a9292f1e69ff6917a974...4546dfed2fabe7fdbc390f866ac3a0b23741c0b1

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/a582e01d42e091059142a9292f1e69ff6917a974...4546dfed2fabe7fdbc390f866ac3a0b23741c0b1
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20230823/d4fba62c/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list