maturin-action
maturin-action copied to clipboard
Rust cache with maturin-action
Is it possible to use a build cache with maturin-action? I would normally use https://github.com/Swatinem/rust-cache but it requires setting up a Rust toolchain first, which is something that gets handled inside maturin-action
Tried and failed in https://github.com/messense/maturin-action/pull/43
I'm going to close this because it's not easy to do cache with Swatinem/rust-cache for docker based builds.
I'll probably add sccache with GitHub Actions cache support in the future.