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

feat: support system base on musl libc #454

Merged
merged 3 commits into from
Oct 8, 2024
Merged

Conversation

bLueriVerLHR
Copy link
Contributor

What problem were solved in this pull request?

Issue Number: close #453

Problem: Compatibility issues when implementing miniob on system based on musl libc like alpine linux.

What is changed and how it works?

Install libexecinfo as musl libc not support this feature.

# `bash build.sh init` first
bash build.sh musl

Turn on support at miniob/CMakeLists.txt#L25. Then build the project.

bash build.sh

Other information

This fix initially aims for developing and building miniob in docker containers using alpine linux.

NO Address Sanitizer Support in This PR.

@CLAassistant
Copy link

CLAassistant commented Oct 3, 2024

CLA assistant check
All committers have signed the CLA.

@hnwyllmm
Copy link
Collaborator

hnwyllmm commented Oct 3, 2024

Thanks a lot.

@hnwyllmm hnwyllmm merged commit 09ee2f4 into oceanbase:main Oct 8, 2024
14 checks passed
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.

Implement miniob on systems based on MUSL LIBC
3 participants