Commits


Sutou Kouhei authored and GitHub committed 49890e94a0e
GH-37715: [Packaging][CentOS] Use default g++ on CentOS 9 Stream (#37718) ### Rationale for this change We can use default g++ by using shared LLVM library. ### What changes are included in this PR? Use default g++ and remove needless `llvm-static`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #37715 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>