nealrichardson commented on pull request #9811: URL: https://github.com/apache/arrow/pull/9811#issuecomment-808439713
Unfortunately because this is the `as-cran` test job, the C++ build output is suppressed (otherwise CRAN checks fail spuriously). It could be reproduced locally with docker-compose, if it were worthwhile. But we don't require C++ 17 for Arrow, [only C++ 11](https://github.com/apache/arrow/blob/master/r/DESCRIPTION#L24), and we have to use the same compiler settings that R uses in order to avoid compiler mismatch: https://github.com/apache/arrow/blob/master/r/tools/nixlibs.R#L318. So I don't understand how we could compile re2 with gnu17. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
