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

Add support for more Kotlin/Native targets #219

Merged
merged 1 commit into from
May 7, 2022
Merged

Conversation

garyp
Copy link
Collaborator

@garyp garyp commented May 3, 2022

Add iosSimulatorArm64, tvOS, and linuxArm64 targets.

Fixes #218

Add `iosSimulatorArm64`, tvOS, and `linuxArm64` targets.

Fixes #218
Copy link
Contributor

@rahulreddym rahulreddym left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good but for completeness we can add watchOS targets too
publishWatchosArm32PublicationToMavenLocal publishWatchosArm64PublicationToMavenLocal publishWatchosSimulatorArm64PublicationToMavenLocal publishWatchosX86PublicationToMavenLocal publishWatchosX64PublicationToMavenLocal

@garyp
Copy link
Collaborator Author

garyp commented May 7, 2022

@rahulreddym Thanks for the review! Yeah I had thought about adding more platforms, including watchOS. The problem is that Kotlin/Native targets are very slow to compile and it already takes forever to build pbandk in CI. This reminded me that I should create an issue for speeding up CI builds: #220. We can add the remaining Native platforms once that's addressed.

@garyp garyp merged commit 085a580 into master May 7, 2022
@garyp garyp deleted the bug/gh-218-more-targets branch May 7, 2022 15:39
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.

add support for Kotlin/Native iOSSimulatorArm64 and tvOS targets
2 participants