pitrou opened a new issue, #45853: URL: https://github.com/apache/arrow/issues/45853
### Describe the bug, including details regarding any error messages, version, and platform. I'm trying the Meson build using Docker: ``` archery docker run --no-build -e ARROW_USE_MESON=ON conda-cpp bash ``` and Meson recompiles the entire project every time that `cpp_build.sh` or `cpp_test.sh` is called. Even if nothing changed and the build directory is still there. Furthermore, the ccache statistics don't change, which means that ccache probably isn't invoked at all. This is the kind of critical quality of life issue that must be watched for @WillAyd . ### Component(s) C++ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org