Skip to content

native: fix parallel build issue#1729

Merged
matthiasblaesing merged 1 commit into
java-native-access:masterfrom
thesamesam:parallel-fix
Jun 8, 2026
Merged

native: fix parallel build issue#1729
matthiasblaesing merged 1 commit into
java-native-access:masterfrom
thesamesam:parallel-fix

Conversation

@thesamesam

@thesamesam thesamesam commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This can be reproduced with make --shuffle=3224289900. The $(TESTLIB2) target needs libtestlib.* as it uses $(TESTDEP) in the rule, but it doesn't depend on that library actually being built yet. Fix that.

Bug: https://bugs.gentoo.org/963877

This can be reproduced with `make --shuffle=3224289900`. The $(TESTLIB2)
target needs libtestlib.* as it uses $(TESTDEP) in the rule, but it doesn't
depend on that library actually being built yet. Fix that.

Bug: https://bugs.gentoo.org/963877
Signed-off-by: Sam James <sam@gentoo.org>

@matthiasblaesing matthiasblaesing left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. Thank you.

@matthiasblaesing matthiasblaesing merged commit 699935f into java-native-access:master Jun 8, 2026
12 checks passed
@thesamesam thesamesam deleted the parallel-fix branch June 8, 2026 19:33
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