kou commented on code in PR #45445:
URL: https://github.com/apache/arrow/pull/45445#discussion_r2002467307


##########
dev/tasks/linux-packages/apache-arrow/yum/centos-8-stream/Dockerfile:
##########
@@ -18,6 +18,10 @@
 ARG FROM=quay.io/centos/centos:stream8
 FROM ${FROM}
 
+ENV \
+  GCC_MAJOR=11 \
+  SCL=gcc-toolset-11

Review Comment:
   Can we try GCC 12 (or 13) on CentOS Stream 8?
   
   ```suggestion
     GCC_MAJOR=12 \
     SCL=gcc-toolset-12
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to