thisisnic commented on code in PR #48974:
URL: https://github.com/apache/arrow/pull/48974#discussion_r2731986960
##########
dev/conbench_envs/hooks.sh:
##########
@@ -59,6 +59,25 @@ build_arrow_python() {
build_arrow_r() {
cat ci/etc/rprofile >> $(R RHOME)/etc/Rprofile.site
+
+ # Ensure CXX20 is configured in R's Makeconf.
+ # conda-forge's R may have empty CXX20 entries even though the compiler
supports it.
Review Comment:
Wasn't sure it was a bug but reported it at
https://github.com/conda-forge/r-base-feedstock/issues/401
--
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]