assignUser commented on code in PR #14243:
URL: https://github.com/apache/arrow/pull/14243#discussion_r984660519
##########
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:
moved it
--
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]