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

Upgrade to ndk 0.8, ndk-sys 0.5 and android-activity 0.5 releases #3145

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

MarijnS95
Copy link
Member

Copy link
Member

@notgull notgull 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 to me!

Cargo.toml Outdated
ndk-sys = "0.5.0-beta.0"
# https://github.com/rust-mobile/android-activity/pull/128
# android-activity = "0.5.0"
android-activity = { git = "https://github.com/MarijnS95/android-activity", rev = "720e5a3" }
Copy link
Member

Choose a reason for hiding this comment

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

Since we're using a git dependency, should this PR be marked as draft for now?

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, git dependencies are not allowed for stable releases.

Copy link
Member Author

Choose a reason for hiding this comment

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

It is already marked as Depends on, and I'd rather push forward on getting a release out some time soon.

@rib if you can, the NDK crate is now ready and android-activity can go out of beta too.

Copy link
Member

Choose a reason for hiding this comment

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

@MarijnS95 distributions don't package crates having git dependencies, even for non-native platforms. I can't do a release with the git dependencies.

Maybe sending email to @rib will work if they are missing.

Copy link
Member Author

Choose a reason for hiding this comment

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

@kchibisov we are thinking and saying the same.

I'm just not the release manager for android-activity, and @rib doesn't seem to have the cargo publish step automated in the CI with a token in GitHub secrets so I won't be able publish a release in his name either way.

Regardless, it hasn't been 24h yet since I published the ndk and it's still weekend so I wouldn't call it missing, just unfortunate timing.

Copy link
Member Author

Choose a reason for hiding this comment

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

Anyway, I've converted this PR to "draft" as that seems to be the main point of contention (...?).

Copy link
Member

Choose a reason for hiding this comment

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

@kchibisov we are thinking and saying the same.

Ah, release out of android activity, not winit. I've opened an issue on their tracker. At least it seems like issues are being read quite often.

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm sure he's fully aware of the release schedule, just unfortunate timing on my end and it's quite a long trail (release raw-window-handle -> ndk(-sys), android-activity, winit, all owned and maintained by different people).

@MarijnS95 MarijnS95 marked this pull request as draft October 15, 2023 17:59
@MarijnS95 MarijnS95 changed the title Upgrade ndk(-sys) to stable 0.8 / 0.5 releases Upgrade to stable ndk 0.8 and ndk-sys 0.5 releases Oct 15, 2023
@daxpedda daxpedda removed their request for review October 15, 2023 20:14
Co-authored-by: Robert Bragg <robert@sixbynine.org>
@rib rib changed the title Upgrade to stable ndk 0.8 and ndk-sys 0.5 releases Upgrade to ndk 0.8, ndk-sys 0.5 and android-activity 0.5 releases Oct 16, 2023
@rib rib marked this pull request as ready for review October 16, 2023 23:47
@kchibisov kchibisov merged commit 9bf4493 into master Oct 17, 2023
50 checks passed
@kchibisov kchibisov deleted the ndk-stable branch October 17, 2023 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants