This repository was archived by the owner on Sep 12, 2025. It is now read-only.
Update gcc/g++ settings for PAX on RockyLinux 8#25
Merged
tuhaihe merged 1 commit intoapache:mainfrom Aug 5, 2025
Merged
Conversation
Member
Author
|
Once #1165 is merged, we can merge this PR. |
Member
Author
|
Can build the Cloudberry on the latest Docker dev with this commit. It's ready to be merged now. |
Contributor
|
@tuhaihe Can you provide the default GCC version on Rocky Linux 8? I want to ensure I am using the correct compiler. |
Member
Author
Hi @edespino, sure. Here are the details: [gpadmin@cdw cloudberry]$ gcc --version
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-26)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[gpadmin@cdw cloudberry]$ g++ --version
g++ (GCC) 8.5.0 20210514 (Red Hat 8.5.0-26)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
edespino
previously requested changes
Jun 25, 2025
Contributor
edespino
left a comment
There was a problem hiding this comment.
Please consider the Commit message description amends recommendations. I was able to build without issue on Rocky Linux 8 AWS EC2 VM environment.
Cloudberry can now be built with PAX support using the default GCC/G++ toolchain on Rocky Linux 8. There is no longer a need to upgrade GCC/G++. The default GCC/G++ version on Rocky Linux 8 are: - gcc 8.5.0 - g++ 8.5.0 See PR: apache/cloudberry#1165
Already helped review. All looks good now.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cloudberry can now be built with PAX support using the default GCC/G++
toolchain on Rocky Linux 8. There is no longer a need to upgrade
GCC/G++.
The default GCC/G++ version on Rocky Linux 8 are:
See PR: apache/cloudberry#1165