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.
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.