Skip to content
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

Merged
merged 8 commits into from
May 22, 2024
Merged

Fix the macOS / iOS build #1428

merged 8 commits into from
May 22, 2024

Conversation

kring
Copy link
Member

@kring kring commented May 22, 2024

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.

Copy link
Contributor

@csciguy8 csciguy8 left a 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.

.github/workflows/build.yml Show resolved Hide resolved
extern/CMakeLists.txt Show resolved Hide resolved
@csciguy8
Copy link
Contributor

Love the branch name, btw

@kring
Copy link
Member Author

kring commented May 22, 2024

Main is broken. This PR fixes it. Let's get it merged.

@csciguy8 csciguy8 merged commit e06e36b into main May 22, 2024
25 checks passed
@csciguy8 csciguy8 deleted the mactastic branch May 22, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS version of libktx.a is missing from release distribution CI failing for macOS / iOS builds
2 participants