You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by GitBox <gi...@apache.org> on 2022/12/01 02:49:49 UTC

[GitHub] [orc] wgtmac commented on a diff in pull request #1325: ORC-1322: Upgrade centos7 docker image to use gcc 9

wgtmac commented on code in PR #1325:
URL: https://github.com/apache/orc/pull/1325#discussion_r1036641332


##########
docker/centos7/Dockerfile:
##########
@@ -56,6 +54,12 @@ RUN yum install -y \
 # Our scripts assume that cmake is called 'cmake'
 RUN ln -s /usr/bin/cmake3 /usr/bin/cmake
 
+# Install gcc-9
+RUN yum install -y centos-release-scl
+RUN yum install -y devtoolset-9

Review Comment:
   I did that exactly when I was trying to fix this problem for the first time. Also I have moved these two tools to the end of the yum install list (i.e. after `zlib-devel`). None of them works. This is weird.



-- 
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: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org