indygreg / python-build-standalone

Produce redistributable builds of Python
Mozilla Public License 2.0
2.13k stars 133 forks source link

Add sccache to `pythonbuild` #370

Closed orf closed 3 weeks ago

orf commented 1 month ago

I was looking at adding this to the actual cpython build, but it looks a bit more complex. I'm not sure how to pass CC and CXX to make as required by the docs, and build-cpython.sh seems to do some checks that could interfere with this:

https://github.com/indygreg/python-build-standalone/blob/78e57bd18b48c357904b47a6ae6999ebb255c578/cpython-unix/build-cpython.sh#L119

zanieb commented 3 weeks ago

Going to close per that comment, but if you have a demonstrable speedup in a fork I'm happy to reconsider — the slow CI is tough.