You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
We don't use clcache anymore.
### What changes are included in this PR?
Remove clcache related codes in files except `CHANGELOG.md`:
```console
$ git grep clcache
CHANGELOG.md:* [ARROW-3167](https://issues.apache.org/jira/browse/ARROW-3167) - [CI] Limit clcache cache size
CHANGELOG.md:* [ARROW-2231](https://issues.apache.org/jira/browse/ARROW-2231) - [CI] Use clcache on AppVeyor for faster builds
CHANGELOG.md:* [ARROW-2238](https://issues.apache.org/jira/browse/ARROW-2238) - [C++] Detect and use clcache in cmake configuration
ci/docker/python-wheel-windows-vs2019.dockerfile:# ENV CLCACHE_DIR="C:\clcache"
ci/docker/python-wheel-windows-vs2019.dockerfile:# RUN pip install git+https://github.com/Nuitka/clcache.git
ci/scripts/python_wheel_windows_build.bat: -DCMAKE_CXX_COMPILER=clcache ^
docker-compose.yml: python-wheel-windows-clcache:
docker-compose.yml: name: python-wheel-windows-clcache
docker-compose.yml: - "${DOCKER_VOLUME_PREFIX}python-wheel-windows-clcache:C:/clcache"
docker-compose.yml: - "${DOCKER_VOLUME_PREFIX}python-wheel-windows-clcache:C:/clcache"
```
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #45178
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
Describe the enhancement requested
We don't use clcache anymore (on Windows), but there are still a couple places mentioning it:
Component(s)
Continuous Integration
The text was updated successfully, but these errors were encountered: