Skip to content

t/Makefile: stabilise parallel builds.#101

Merged
hasindu2008 merged 1 commit intohasindu2008:masterfrom
emollier:master
Feb 24, 2026
Merged

t/Makefile: stabilise parallel builds.#101
hasindu2008 merged 1 commit intohasindu2008:masterfrom
emollier:master

Conversation

@emollier
Copy link
Contributor

As initially identified in Debian unstable, running the test suite will fail when make flags include option --shuffle=reverse. This is symptomatic of problems of dependencies between make recipes that may materialize as failures when running the suite with a high level of parallelism. This change ensures that the BIN_DIR is present before any attempt to write binary artifacts into it.

Bug-Debian: https://bugs.debian.org/1105533

As initially identified in Debian unstable, running the test suite
will fail when make flags include option --shuffle=reverse.  This is
symptomatic of problems of dependencies between make recipes that may
materialize as failures when running the suite with a high level of
parallelism.  This change ensures that the BIN_DIR is present before
any attempt to write binary artifacts into it.

Bug-Debian: https://bugs.debian.org/1105533
Signed-off-by: Étienne Mollier <emollier@debian.org>
@hasindu2008
Copy link
Owner

Thank you for this. And thank you very much for getting SLOW5 onto Debian.

@hasindu2008 hasindu2008 merged commit 025e95e into hasindu2008:master Feb 24, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants