assignUser commented on code in PR #14243:
URL: https://github.com/apache/arrow/pull/14243#discussion_r984549457
##########
dev/tasks/r/github.packages.yml:
##########
@@ -255,12 +253,7 @@ jobs:
- {image: "rocker/r-ver:4.0.0"} # ubuntu-20.04
- {image: "rocker/r-ver:3.6.3", libarrow_binary: "TRUE"} #
debian:buster (10)
- {image: "rstudio/r-base:4.1-bionic"} # ubuntu-18.04
- # TODO(ARROW-17594): re-enable this with the devtoolset for C++17
- #- {image: "rstudio/r-base:4.2-centos7"}
- # Even with devtoolset-8, binaries fail because glibc is older than
- # what we build with on ubuntu-18.04 (uncomment to see the error)
- # TODO(ARROW-16976): build binaries with older glibc
- # - {image: "rstudio/r-base:4.2-centos7", devtoolset: "8"}
+ - {image: "rstudio/r-base:4.2-centos7", devtoolset: "8"}
Review Comment:
https://issues.apache.org/jira/browse/ARROW-17849 :smile:
> add messaging in configure or build_arrow_static.sh so that if someone is
trying to install from source with gcc 4.8, we tell them what they need to do.
Oh good point! I'll add that to the jira
--
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]