assignUser commented on code in PR #14243: URL: https://github.com/apache/arrow/pull/14243#discussion_r982329416
########## dev/tasks/r/github.packages.yml: ########## @@ -288,11 +281,18 @@ jobs: if [[ "$DEVTOOLSET_VERSION" -gt 0 ]]; then # enable the devtoolset version to use it source /opt/rh/devtoolset-$DEVTOOLSET_VERSION/enable + mkdir -p ~/.R + echo "CXX17=g++ -std=g++17 -g -O2 -fpic" >> ~/.R/Makevars Review Comment: I thought about that but as this is only an issue with this specific build (afaik we don't run centos7 builds anywhere else?) I decided against it to keep it local&visible to the problem. Happy to move it 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org