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: avoid loading room-native-api if USE_NATIVE_MODULE is disabled #743

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

arucil
Copy link
Contributor

@arucil arucil commented Apr 27, 2023

Currently the room-native-api package is still loaded if the USE_NATIVE_MODULE env var is disabled, which can lead to glibc version mismatching in the all-in-one image, that is, all-in-one image has glibc 2.29, but room-native-api is compiled against glibc 2.28. This problem is fixed by avoiding requireing room-native-api at runtime if USE_NATIVE_MODULE is disabled.

@arucil arucil self-assigned this Apr 27, 2023
@arucil arucil added the bug Something isn't working label Apr 27, 2023
@arucil arucil merged commit de73eda into develop Apr 27, 2023
14 checks passed
@arucil arucil deleted the fix/avoid-load-native-api-if-disabled branch April 27, 2023 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants