assignUser commented on code in PR #14243:
URL: https://github.com/apache/arrow/pull/14243#discussion_r982327693
##########
ci/docker/centos-7-cpp.dockerfile:
##########
@@ -37,7 +41,7 @@ COPY ci/scripts/install_sccache.sh /arrow/ci/scripts/
RUN bash /arrow/ci/scripts/install_sccache.sh unknown-linux-musl /usr/local/bin
ENV PATH=/opt/cmake-${cmake}/bin:$PATH \
- CC=/usr/bin/gcc \
- CXX=/usr/bin/g++ \
+ CC=/opt/rh/devtoolset-8/root/usr/bin/cc \
+ CXX=/opt/rh/devtoolset-8/root/usr/bin/c++ \
EXTRA_CMAKE_FLAGS="-DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX" \
Review Comment:
It's been a few days but iirc cmake does not pick up the correct compilers
even with dts sourced, I'll test it again locally though
--
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]