Skip to content

Comments

fix: avoid loading room-native-api if USE_NATIVE_MODULE is disabled#743

Merged
arucil merged 1 commit intodevelopfrom
fix/avoid-load-native-api-if-disabled
Apr 27, 2023
Merged

fix: avoid loading room-native-api if USE_NATIVE_MODULE is disabled#743
arucil merged 1 commit intodevelopfrom
fix/avoid-load-native-api-if-disabled

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
@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.

2 participants