-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
chore(deps): update Native SDK to v0.5.3 #173
Conversation
5cfd8e5
to
0852670
Compare
@vaind have you seen similar issues after updating to the latest |
No, it's not an issue elsewhere AFAIK. I think the issue is caused by the discrepancy between the compiler version used to build the libsentry.so & the one available in the Unreal docker image. Some of the new code added to this version depends GLIBC_2.33 library code from which is missing on the old image Unreal is based on. We may need to change the CI to build libsentry.so (the sentry-native dependency) in this repo's CI to use a matching compiler version or build it directly in the Unreal docker image using the compiler that's available there. At the moment the build is running on ubuntu-latest (currently 20.04) which yields the following GLIBC symbol dependencies for libsentry.so ( Sentry-native v0.5.2
Sentry-native v0.5.3
|
32119c9
to
7d53c0f
Compare
ef6fd9f
to
b1fd661
Compare
9aa2367
to
6d956ff
Compare
6d956ff
to
41eee68
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Thanks @vaind
Bumps modules/sentry-native from 0.5.2 to 0.5.3.
Auto-generated by a dependency updater.
Changelog
0.5.3
Fixes:
Internal: