Branch: refs/heads/test-improvements Home: https://github.com/kronosnet/kronosnet Commit: bd8c0346a426c38930fea4f3713c9eaeaee76bf4 https://github.com/kronosnet/kronosnet/commit/bd8c0346a426c38930fea4f3713c9e... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2026-05-19 (Tue, 19 May 2026)
Changed paths: M libknet/bindings/rust/Makefile.am M libnozzle/bindings/rust/Makefile.am
Log Message: ----------- [build] Prevent parallel cargo invocations in rust bindings
Add .NOTPARALLEL to libknet/bindings/rust/Makefile.am to prevent make -j from invoking cargo in parallel across SUBDIRS.
When both the library (.) and tests subdirectories build in parallel, both cargo processes race on the shared target directory, causing build failures on FreeBSD.
Signed-off-by: Fabio M. Di Nitto fabbione@kronosnet.org Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com
To unsubscribe from these emails, change your notification settings at https://github.com/kronosnet/kronosnet/settings/notifications