jonkeane commented on code in PR #44970:
URL: https://github.com/apache/arrow/pull/44970#discussion_r1876164866
##########
dev/tasks/tasks.yml:
##########
@@ -962,6 +962,18 @@ tasks:
flags: -e CC=gcc-14 -e CXX=g++-14 -e RapidJSON_SOURCE=BUNDLED
image: ubuntu-cpp
+ test-ubuntu-24.04-cpp-gcc-15:
+ ci: github
+ template: docker-tests/github.linux.yml
+ params:
+ env:
+ CLANG_TOOLS: 15
+ GCC_VERSION: snapshot
Review Comment:
We won't need to even run it nightly (CRAN does that for us to an extent),
but having something that lets us check and confirm if our fix worked would be
lovely.
--
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]