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

Rust cache with maturin-action

Open kevinheavey opened this issue 3 years ago • 1 comments

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

kevinheavey avatar Jul 04 '22 19:07 kevinheavey

Tried and failed in https://github.com/messense/maturin-action/pull/43

messense avatar Jul 12 '22 06:07 messense

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.

messense avatar Feb 28 '23 10:02 messense