pitrou commented on code in PR #44970:
URL: https://github.com/apache/arrow/pull/44970#discussion_r1876090087
##########
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:
Hmm, I'm not sure what this is supposed to mean, but FTR we would only like
to test against a released gcc version.
--
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]