kou commented on code in PR #34617:
URL: https://github.com/apache/arrow/pull/34617#discussion_r1143386171
##########
.github/workflows/cpp.yml:
##########
@@ -69,6 +69,13 @@ jobs:
runs-on: ubuntu-latest
title: AMD64 Conda C++
ubuntu: "22.04"
+ - arch: amd64
+ clang-tools: "14"
+ image: ubuntu-cpp-minimal
+ llvm: "14"
+ runs-on: ubuntu-latest
+ title: AMD64 Ubuntu 22.04 C++ Minimal
+ ubuntu: "22.04"
Review Comment:
Could you revert this?
##########
dev/tasks/tasks.yml:
##########
@@ -1255,6 +1255,16 @@ tasks:
UBUNTU: 20.04
image: ubuntu-cpp-thread-sanitizer
+ test-ubuntu-20.04-cpp-minimal-with-formats:
+ ci: github
+ template: docker-tests/github.linux.yml
+ params:
+ env:
+ ARROW_CSV: ON
+ ARROW_PARQUET: ON
Review Comment:
We need to pass them as `params.flags` not `params.env`:
```yaml
params:
flags: "-e ARROW_CSV=ON -e ARROW_PARQUET=ON"
```
--
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]