Pass build configuration to Linux CI and use Blacksmith runners#145
Pass build configuration to Linux CI and use Blacksmith runners#145phnagy wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe pull request adds a Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
7dbacec to
c9ddbaa
Compare
PSchmiedmayer
left a comment
There was a problem hiding this comment.
Good to merge once the CI is passing here.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #145 +/- ##
=======================================
Coverage 67.66% 67.66%
=======================================
Files 210 210
Lines 2727 2727
=======================================
Hits 1845 1845
Misses 882 882 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Pass build configuration to Linux CI and use Blacksmith runners
♻️ Current situation & Problem
The swift-test.yml@v2 Linux CI job matrix includes Debug and Release configs but never passes build_configuration, so both matrix entries build the same default configuration. Additionally, the jobs use default GitHub runners, which are slow for Release builds.
⚙️ Release Notes
Fix Linux CI to build both Debug and Release configurations and switch to Blacksmith runners for faster builds.
📚 Documentation
-/-
✅ Testing
-/-
Code of Conduct & Contributing Guidelines
Summary by CodeRabbit