Skip to content

[cxx-interop] Do not warn about missing libstdc++ on Android #59156

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

Merged
merged 1 commit into from
May 31, 2022

Conversation

egorzhdan
Copy link
Contributor

Android uses libc++.

This fixes a few tests on Android.

@egorzhdan egorzhdan added the c++ interop Feature: Interoperability with C++ label May 30, 2022
@egorzhdan
Copy link
Contributor Author

cc @buttaface

@egorzhdan
Copy link
Contributor Author

@swift-ci please smoke test

Copy link
Member

@finagolfin finagolfin left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM. You could merge it with the linux check above if you like, ie !linux || android

Android uses libc++.

This fixes a few tests on Android.
@egorzhdan egorzhdan force-pushed the egorzhdan/cxx-android-warning branch from 40e4ba2 to 127e29f Compare May 30, 2022 22:22
@egorzhdan
Copy link
Contributor Author

@swift-ci please smoke test

@egorzhdan egorzhdan merged commit aeabf7d into main May 31, 2022
@egorzhdan egorzhdan deleted the egorzhdan/cxx-android-warning branch May 31, 2022 10:18
@finagolfin
Copy link
Member

Happy to report this fixes 11 failing tests on the Android CI, with another 7 tests that started failing recently apparently unrelated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ interop Feature: Interoperability with C++
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants