raulcd commented on issue #49024: URL: https://github.com/apache/arrow/issues/49024#issuecomment-3859468993
It seems I have to cherry-pick this issue for 23.0.1 to solve failures on `test-debian-12-docs`. From what I can tell from the failure, R documentation is trying to build previous release (23.0.0) which requires C++20 but seems to default to C++17 due to Debian 12 default: https://github.com/ursacomputing/crossbow/actions/runs/21665108515/job/62458464996 Current CI using Debian 13 seems to be using C++ 20 when building R Docs: https://github.com/ursacomputing/crossbow/actions/runs/21734385993/job/62696109301 @thisisnic @jonkeane do you know if there was a different fix for that on main? I can't seem to find how was that fixed unless is just upgrading the debian base to build the docs. The docs job is required to succeed for the release as we pick the generated docs from the job and release the built artifact. -- 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]
