Uh oh!
There was an error while loading. Please reload this page.
Update gcc/g++ settings for PAX on RockyLinux 8 - #25
Conversation
tuhaihe
commented
Jun 17, 2025
Once #1165 is merged, we can merge this PR. |
tuhaihe
commented
Jun 25, 2025
Can build the Cloudberry on the latest Docker dev with this commit. It's ready to be merged now. |
edespino
commented
Jun 25, 2025
@tuhaihe Can you provide the default GCC version on Rocky Linux 8? I want to ensure I am using the correct compiler. |
tuhaihe
commented
Jun 25, 2025
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 sourcefor 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 sourcefor copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
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