Branch: refs/heads/test-improvements Home: https://github.com/kronosnet/kronosnet Commit: d5a47f4c3961cf35f0a959506daf3fc146e25ef5 https://github.com/kronosnet/kronosnet/commit/d5a47f4c3961cf35f0a959506daf3f... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2026-05-19 (Tue, 19 May 2026)
Changed paths: M libknet/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