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 el9 build #50

Merged
merged 5 commits into from
Sep 11, 2023
Merged

feat: support el9 build #50

merged 5 commits into from
Sep 11, 2023

Conversation

Phoeniwx
Copy link
Contributor

@Phoeniwx Phoeniwx commented Sep 6, 2023

Summary

PR fix for #49

support el9 build

Solution Description

use a macro -DEL9_PLATFORM during config process to control whether use these fixs:

  1. remove include<sys/sysctl.h> to support higher kernel version(>5.5)
  2. use mallinfo2 to support glic>2.33
  3. rename gettid() to gettid_ob() to support glibc>2.30

This build succeeded on Centos7 3.10.0-693.21.1.el7.x86_64 and AlmaLinux 9.1 5.14.0-162.23.1.el9_1.x86_64

@CLAassistant
Copy link

CLAassistant commented Sep 6, 2023

CLA assistant check
All committers have signed the CLA.

@caifeizhi
Copy link

Thank you for submitting the pull request , i would like to invite @wgs13579 to review your code.

@wgs13579 wgs13579 merged commit 5d12517 into oceanbase:master Sep 11, 2023
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.

4 participants