Jonathan Keane created ARROW-16388: -------------------------------------- Summary: [R] [CI] Upstream gcc12 build to rhub Key: ARROW-16388 URL: https://issues.apache.org/jira/browse/ARROW-16388 Project: Apache Arrow Issue Type: Bug Components: Continuous Integration, R Reporter: Jonathan Keane Assignee: Jacob Wujciak-Jens
In ARROW-16325 we added a simple build to our crossbow that uses gcc 12 to confirm that building on it is ok. We did the quickest + easiest thing there, but the real solution is to send a PR to rhub that really mimics CRAN's behavior: CRAN runs GCC 12 in the debian-gcc-devel build only; the fedora devel build and debian release and patched are still using GCC 11: https://cran.r-project.org/web/checks/check_flavors.html. And then we should use that rhub image in our crossbow CI instead of using our bespoke install-gcc-version setup here. -- This message was sent by Atlassian Jira (v8.20.7#820007)