asdf-community / asdf-community/asdf-python
use pyenv-ccache to speed up builds
Open
- Dominant language
- Shell
- Stars
- 729
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
asdf often fails to install python due to missing os dependencies during compilation.
The build is also very slow. [pyenv-ccache](https://github.com/pyenv/pyenv-ccache) would speed it up on systems that have ccache installed. Unfortunately, pyenv-ccache needs to be cloned into a folder in the pyenv root, which can't be done externally to this plugin.
This plugin should probably accept some runtime env arg that uses pyenv-ccache during the build, so successive attempts at building python are quick
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.