ci: add OpenBSD and NetBSD build jobs#885
Merged
tridge merged 1 commit intoRsyncProject:masterfrom Apr 29, 2026
Merged
Conversation
Mirror the existing FreeBSD workflow for OpenBSD and NetBSD using vmactions/openbsd-vm and vmactions/netbsd-vm so we get cross-BSD coverage on push, PR, and the nightly schedule. Also extend the FreeBSD and Solaris workflows to actually exercise the test suite by running 'make check' after the build. The Linux, macOS, and Cygwin jobs already did this. The Solaris xattrs and xattrs-hlink tests are removed before 'make check' because the Solaris SUNWattr_ro / SUNWattr_rw system attributes leak into the test diff; that's a real rsync-on-Solaris issue to follow up on, but skip the tests for now so the suite goes green. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mirror the FreeBSD workflow for OpenBSD and NetBSD using vmactions/openbsd-vm and vmactions/netbsd-vm so we get cross-BSD coverage on push, PR, and the nightly schedule.
also added "make check" for solaris and freebsd