Significantly improve macos build times (i.e., github actions)#3033
Merged
galabovaa merged 2 commits intoMay 20, 2026
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## third-party-dependencies #3033 +/- ##
=========================================================
Coverage 72.94% 72.94%
=========================================================
Files 425 425
Lines 102181 102181
Branches 16443 16443
=========================================================
+ Hits 74535 74537 +2
+ Misses 27370 27368 -2
Partials 276 276 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
In particular look at: build-macos: Helps other workflows too, but harder to see due to other bottlenecks. |
Collaborator
Author
|
FYI: I also tried several alternative 'fixes':
None of them helped. |
Contributor
|
Thank you, @mathgeekcoder! Merging this. No need for a separate PR here! |
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.
UNITY_BUILDonAPPLEand build time reduces to ~1 minute.I haven't seen any issues with using it, but I noticed that it had been previously disabled. I'm not an Apple user, so please reject this PR if it doesn't make sense.
Note: This is PR is set to merge to my
third-party-dependenciesbranch, i.e., PR #3031. I can rewrite it to work directly with latest if preferred.