Align CI cross-compile matrix with workspace metadata#1888
Merged
Conversation
2 tasks
oferchen
added a commit
that referenced
this pull request
May 1, 2026
Add docs/daemon/filter-precedence.md covering the three filter rule sources (daemon module config, client CLI, per-directory .rsync-filter), their evaluation order, the wire format, and a worked example showing why a client --include cannot override a daemon-side exclude. Cites build_daemon_filter_rules() in helpers.rs:223, the prepend logic in transfer.rs:868-879, and the wire encoding in wire.rs, with references to upstream clientserver.c:874-893 and exclude.c:1658.
1 task
oferchen
added a commit
that referenced
this pull request
May 1, 2026
…1697) (#3516) Adds wire-byte audit for server-side filter rules (filter / exclude / include / exclude from / include from in oc-rsyncd.conf module sections) during a pull. Headline finding: no active divergence today; daemon rules are applied process-locally and never serialised. Documents the load-bearing invariants and divergence sentinels. Companion to docs/audits/tcpdump-daemon-proto28-29.md (PR #3513) and docs/daemon/filter-precedence.md (PR #1888).
oferchen
added a commit
that referenced
this pull request
May 5, 2026
Add docs/daemon/filter-precedence.md covering the three filter rule sources (daemon module config, client CLI, per-directory .rsync-filter), their evaluation order, the wire format, and a worked example showing why a client --include cannot override a daemon-side exclude. Cites build_daemon_filter_rules() in helpers.rs:223, the prepend logic in transfer.rs:868-879, and the wire encoding in wire.rs, with references to upstream clientserver.c:874-893 and exclude.c:1658.
oferchen
added a commit
that referenced
this pull request
May 5, 2026
…1697) (#3516) Adds wire-byte audit for server-side filter rules (filter / exclude / include / exclude from / include from in oc-rsyncd.conf module sections) during a pull. Headline finding: no active divergence today; daemon rules are applied process-locally and never serialised. Documents the load-bearing invariants and divergence sentinels. Companion to docs/audits/tcpdump-daemon-proto28-29.md (PR #3513) and docs/daemon/filter-precedence.md (PR #1888).
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.
Summary
cross-compileand define the matrix usingplatformentries that mirror the workspace branding metadatacargo-zigbuildwhen required and run the appropriate cargo subcommand per targetTesting
https://chatgpt.com/codex/tasks/task_e_69063dceecfc832394c708b60fc0bde9