mbox series

[bug#69166,0/2] Fix random test failures and update leptonica

Message ID cover.1708001019.git.a.r.draidi@redscript.org
Headers show
Series Fix random test failures and update leptonica | expand

Message

Ahmad Draidi Feb. 15, 2024, 12:44 p.m. UTC
Hello Guix,

This series fixes random test failures I observed while building leptonica,
and updates it to the latest version while we're at it.

I observed, on Debian and Guix (guix shell -D ...), that running the tests in
parallel (e.g. "make check -j16") fails sometimes. And building leptonica using
"guix build leptonica --check --rounds=10 --no-grafts" fails for me every
time. It doesn't fail anymore when disabling parallel tests.

This fixes #65441.

Ahmad Draidi (2):
  gnu: leptonica: Fix random test failures.
  gnu: leptonica: Update to 1.84.1.

 gnu/packages/image.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


base-commit: 06014750338159a03a6374d7ebdd783c210b3715

Comments

Guillaume Le Vaillant Feb. 24, 2024, 10:24 a.m. UTC | #1
Patches applied as df5653adcbd1f9799f810f46d514b2ca4112af97 and
following.
Thanks.