pitrou commented on code in PR #45858:
URL: https://github.com/apache/arrow/pull/45858#discussion_r2021030294
##########
dev/tasks/tasks.yml:
##########
@@ -815,7 +815,10 @@ tasks:
ci: github
template: docker-tests/github.linux.yml
params:
- flags: -e ARROW_USE_MESON=ON
+ # ARROWCCACHE=OFF is for using sccache
+ flags: >-
+ -e ARROW_CCACHE=OFF
Review Comment:
But it's spelt `ARROW_USE_CCACHE` above. Are you sure this is working as
intended?
--
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]