Commit 8cff21f
authored
### 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]>
1 parent 777797e commit 8cff21f
File tree
3 files changed
+0
-10
lines changed- ci
- docker
- scripts
3 files changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 94 | | |
100 | 95 | | |
101 | 96 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | 199 | | |
202 | 200 | | |
203 | 201 | | |
| |||
1278 | 1276 | | |
1279 | 1277 | | |
1280 | 1278 | | |
1281 | | - | |
1282 | 1279 | | |
1283 | 1280 | | |
1284 | 1281 | | |
| |||
1292 | 1289 | | |
1293 | 1290 | | |
1294 | 1291 | | |
1295 | | - | |
1296 | 1292 | | |
1297 | 1293 | | |
1298 | 1294 | | |
| |||
0 commit comments