Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

fix: restrict nightly to linux-only (ptrace/nix)#58

Merged
noahgift merged 1 commit into
mainfrom
fix/nightly-linux-only
Apr 5, 2026
Merged

fix: restrict nightly to linux-only (ptrace/nix)#58
noahgift merged 1 commit into
mainfrom
fix/nightly-linux-only

Conversation

@noahgift

@noahgift noahgift commented Apr 5, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Restrict nightly build matrix to x86_64-unknown-linux-gnu only
  • renacer uses the nix crate (ptrace syscall) which is Linux-specific
  • main() is #[cfg(target_os = "linux")] so macOS/Windows builds fail (no main function / nix won't compile)
  • Windows/macOS packaging steps kept with if: guards (they become no-ops)

Refs renacer#57

Test plan

  • Trigger nightly workflow via workflow_dispatch and verify linux build succeeds
  • Verify macOS/Windows matrix entries are gone

🤖 Generated with Claude Code

…pecific) (Refs renacer#57)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@noahgift
noahgift merged commit 168ae71 into main Apr 5, 2026
4 of 7 checks passed
@github-actions

github-actions Bot commented Apr 5, 2026

Copy link
Copy Markdown

Thank you for your interest in this project, @noahgift.

This repository only accepts pull requests from organization members and authorized contributors. Your PR has been closed automatically.

If you believe you should have access, please open an issue to discuss your contribution first.

@noahgift
noahgift deleted the fix/nightly-linux-only branch April 5, 2026 14:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant