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

Import Android instead for NIOEmbedded #3033

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Import Android instead for NIOEmbedded #3033

merged 1 commit into from
Dec 18, 2024

Conversation

finagolfin
Copy link
Contributor

Pull #3030 invokes C APIs that aren't in the extremely limited Bionic module, so import the much larger Android overlay instead.

This just broke my daily Android CI.

Pull apple#3030 invokes C APIs that aren't in the extremely limited Bionic module,
so import the much larger Android overlay instead.
@@ -130,7 +130,7 @@ public final class EmbeddedEventLoop: EventLoop, CustomStringConvertible {

public let description = "EmbeddedEventLoop"

#if canImport(Darwin) || canImport(Glibc) || canImport(Musl) || canImport(Bionic)
#if canImport(Darwin) || canImport(Glibc) || canImport(Musl) || canImport(Android)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The two conditionals are interchangeable, just updating this to match the actual import above.

@Lukasa Lukasa added the 🔨 semver/patch No public API change. label Dec 18, 2024
@Lukasa Lukasa enabled auto-merge (squash) December 18, 2024 10:24
@Lukasa Lukasa merged commit 2122fd8 into apple:main Dec 18, 2024
34 of 36 checks passed
@finagolfin finagolfin deleted the droid branch December 18, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants