maturin-action icon indicating copy to clipboard operation
maturin-action copied to clipboard

before-script-linux argument could be documented better

Open dimaqq opened this issue 1 year ago • 6 comments

As far as I can tell, that is the way to inject extra (system) build dependencies into the container where the python extension is built.

In my case, I'm using prost, which needs protoc at build time.

It would also help to describe the environment for the script, for example, unzip is not installed by default.

dimaqq avatar Feb 21 '25 05:02 dimaqq