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 deployment on CentOS Stream 9 #808

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

AntiTopQuark
Copy link

@AntiTopQuark AntiTopQuark commented Dec 9, 2024

This PR introduces support for compiling and running TuGraph-DB on a CentOS Stream 9 Docker image. Several code modifications were made to ensure compatibility with this environment.

  • CentOS Stream 9 Support: Adjustments to the codebase to address compatibility issues specific to CentOS Stream 9.

  • Protobuf Update: Since Protobuf version 3.8 is used, some updates to src/protobuf were necessary during the compilation process. The following command should be used to recompile the Protobuf files:

protoc --cpp_out=. your_file.proto  

These changes enhance the portability of TuGraph-DB while maintaining consistency across supported environments. Please review the modifications and provide any feedback.

@CLAassistant
Copy link

CLAassistant commented Dec 9, 2024

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@ljcui
Copy link
Collaborator

ljcui commented Dec 13, 2024

A very useful pr, thanks for your contribution

@ljcui
Copy link
Collaborator

ljcui commented Dec 13, 2024

I'll build the dockerfile manually next week, if it's okay, this pr will be merged

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.

3 participants