nealrichardson commented on code in PR #14243: URL: https://github.com/apache/arrow/pull/14243#discussion_r984505633
########## 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: Remove devtoolset here so we get the test you did manually of using with gcc 4.8? (How does that work at all given that we require C++17 now?) -- 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