Skip to content

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
Member

hnwyllmm commented Oct 3, 2024

Thanks a lot.

@hnwyllmm hnwyllmm merged commit 09ee2f4 into oceanbase:main Oct 8, 2024
14 checks passed
Willaaaaaaa pushed a commit to Willaaaaaaa/miniob that referenced this pull request May 22, 2025
### What problem were solved in this pull request?

Issue Number: close oceanbase#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
# `bash build.sh init` first
bash build.sh musl
```

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

``` bash
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.

---------

Co-authored-by: wangyunlai <hnwyllmm@126.com>
jiahaonb pushed a commit to jiahaonb/miniob that referenced this pull request Jun 3, 2025
### What problem were solved in this pull request?

Issue Number: close oceanbase#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
# `bash build.sh init` first
bash build.sh musl
```

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

``` bash
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.

---------

Co-authored-by: wangyunlai <hnwyllmm@126.com>
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