rok commented on code in PR #51216:
URL: https://github.com/apache/arrow/pull/51216#discussion_r3970030052
##########
dev/tasks/tasks.yml:
##########
@@ -452,6 +452,17 @@ tasks:
LLVM: "22"
image: debian-cpp
+ test-debian-experimental-cpp-gcc-16:
+ ci: github
+ template: docker-tests/github.linux.yml
+ params:
+ env:
+ ARCH: "amd64"
+ DEBIAN: "experimental"
+ GCC: "16"
+ LLVM: "22"
+ image: debian-cpp
Review Comment:
Note: I'm adding a newer debian image here to get GCC with newer
`std::chrono` so that the `std` backend gets test tested on linux as well. I'm
ok if we exclude this form the final change.
--
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]