RalfG / python-wheels-manylinux-build

GitHub Action to build Python manylinux wheels
https://github.com/marketplace/actions/python-wheels-manylinux-build
Apache License 2.0
92 stars 44 forks source link

There is no facility for installing additional unpackaged non-Python dependencies #11

Closed exarkun closed 4 years ago

exarkun commented 4 years ago

If I want to build manylinux2010 wheel for a project that requires the Rust build toolchain then it seems I am somewhat out of luck. The manylinux2010 build environment has no system packages for the Rust build toolchain and I can't install it myself using the parameters exposed by this Github action.

It would be useful to have an escape hatch for executing an arbitrary executable (maybe a shell script) in the build environment as part of setup.