pitrou commented on PR #39708: URL: https://github.com/apache/arrow/pull/39708#issuecomment-1903743878
> The local cache by default is located at `$HOME/.m2/.gradle-enterprise/build-cache`. Can it be directed to another directory using an environment variable? In C++ we direct ccache data to a [custom directory](https://github.com/apache/arrow/blob/c33ffb033a49c17619f2547d873569980ee91b9c/docker-compose.yml#L61-L66) which is then persisted as [Docker volumes](https://github.com/apache/arrow/blob/c33ffb033a49c17619f2547d873569980ee91b9c/docker-compose.yml#L178-L200). This is then used together with [GHA caching](https://github.com/apache/arrow/blob/c33ffb033a49c17619f2547d873569980ee91b9c/.github/workflows/cpp.yml#L103-L108) to shorten CI times. -- 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]
