build: defer macOS release builds explicitly (#59) #60
No reviewers
Labels
No labels
code-review
correctness
dos
performance
security
severity/high
severity/low
severity/medium
tech-debt
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
h-dv/code-index!60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/defer-macos-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes nothing; documents a deferral and files the debt as #59.
macOS artifacts have not shipped since v0.8.4, but
release.ymltold two contradictory stories: the header listedmacos-x86_64/macos-aarch64as attempted "best-effort" targets, while the matrix entries themselves were commented out. This makes the deferral the documented position rather than an implicit gap.Changes
release.ymlheader — split SHIPPED (4 artifacts) from DEFERRED (both macOS targets +windows-aarch64).runs-onlabel has no registered runner does not fail — it queues forever and hangs the whole run.continue-on-errortolerates failures, never never-scheduled jobs. Converting these tooptional: truewould break releases.The debt this surfaces
Not the missing binaries — the untested code. Windows has the
windows-checkcross-compile gate; macOS has no equivalent, so the#[cfg(target_os = "macos")]paths inwatcher.rs(FSEvents recursive watch) andlifecycle.rs(flock / stale-PID) are compiled by nothing in CI and can bit-rot green.A check-only gate is not a cheap substitute:
cargo checkstill runs build scripts, and the seventree-sitter-*grammar crates each compile C viacc, so even checking needs a darwin C toolchain (osxcross + Apple SDK). #59 lays out the three options.Verification
No behaviour change intended, and checked rather than assumed:
linux-x86_64,linux-x86_64-musloptional,linux-aarch64,windows-x86_64).BODYconstruction was executed withTAG/SERVER_URL/REPOset, and the rendered markdown inspected — shell string concatenation across ~15BODY+=lines is easy to get subtly wrong.The
macos-*casearms in the packaging and README steps are deliberately kept so re-enabling is a pure uncomment.🤖 Generated with Claude Code
https://claude.ai/code/session_012MHQAsEFs3eLYoSKygkmzy
View command line instructions
Manual merge helper
Use this merge commit message when completing the merge manually.
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.