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: Linking during Android build for new arch #597

Merged
merged 7 commits into from
Apr 19, 2024

Conversation

BartoszKlonowski
Copy link
Member

This pull request fixes #594
It basically removes the unused and non-existing libraries from CMake config so that we don't require them when we don't really have them (nor build them on our own).

I briefly checked for the rest of the libs that are included there to see whether there's any other that can be removed, but it seems all other are indeed used and available during the build.

This pull request also introduces the job for building the new arch for Android, so that we can always check whether we are good there.

@BartoszKlonowski BartoszKlonowski force-pushed the fix/594/android-new-arch-linking branch from f3058c4 to a5623af Compare April 19, 2024 09:07
The CI check should fail, but only for the new arch check for Android.
Old arch should still succeed.
This commit TEMPORARILY reverts the main fix for the issue.
Copy link
Member

@okwasniewski okwasniewski 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! I wasn't sure if all of those libraries in CMakeLists are required. I guess some of them were introduced/exposed in 0.74.x (I was testing on RC).

Copy link

@artus9033 artus9033 left a comment

Choose a reason for hiding this comment

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

Great, thanks for bringing the fix!

@BartoszKlonowski BartoszKlonowski merged commit c5e3ef9 into main Apr 19, 2024
9 checks passed
@draggie draggie linked an issue Sep 10, 2024 that may be closed by this pull request
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.

Slider fail build in New Arch Android build failure - C++ errors, buildCMakeDebug
3 participants