[CI][Python] CMakeLists detects ccache but not sccache
Open
Beginner friendly
Component: Continuous Integration
Component: Python
Type: enhancement
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the enhancement requested
PyArrow's cmake setup should detect `sccache` just like the C++ one does.
This would make some Python Crossbow builds slightly faster by caching the results of PyArrow's C++ compilation steps.
### Component(s)
Continuous Integration, Python
Contributor guide
Research direction
Start by comparing PyArrow's CMakeLists detection of ccache with the existing C++ CMake setup that detects sccache. Verify the resulting configuration in a Python Crossbow build; done means sccache is detected and can cache PyArrow's C++ compilation steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp, python
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100