kou opened a new pull request, #45182:
URL: https://github.com/apache/arrow/pull/45182

   ### 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.


-- 
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]

Reply via email to