Re-enable macos x64 builds#288
Conversation
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe CI build workflow now runs the previously excluded ChangesCI Configuration
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/build.yaml:
- Around line 224-230: Update the commit message to describe both changes
introduced in this PR: re-enabling macOS x64 builds by removing the matrix
exclusion (the change touching the macos-26 + x64 matrix entry) and the added
Linux disk cleanup steps (the df, sudo docker container/image prune, and sudo rm
-rf lines that remove /usr/local/lib/android, /opt/ghc, and /usr/local/.ghcup).
Use a concise title like "Re-enable macOS x64 builds and free disk space on
Linux runners" and a short body listing the two bullets so both intentions are
clear in git history.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 2b6acb05-c0f8-496e-984e-8eb3f285bdf9
📒 Files selected for processing (1)
.github/workflows/build.yaml
Description
Enable macOS x86_64 builds again.
Related Issues
Issue Link:
Checklist
Please ensure the following before requesting review:
Additional Notes