-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the macOS / iOS build #1428
Conversation
Using the same exclude list as Linux currently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the prompt fixes @kring !
Verified all the macOS / iOS builds are good and we aren't running out of disk space. Although we seem to be getting close to problems for the 5.3 builds, up to 94% of capacity.
Just a few comments, but the only thing that may need to be changed could be moving the KTX configuration to cesium-native.
Let me know what you think.
Love the branch name, btw |
Main is broken. This PR fixes it. Let's get it merged. |
Fixes #1426
By switching to the macos-13 runner, which has much more disk space than the macos-12 one. Also excluded the
.dSYM
files (Editor debug symbols) from the UE distribution.Fixes #1427
By setting the ktx library to not be a "framework" on iOS.