In our builds, swatinem/rust-cache@v2 is deleting target/x86_64-unknown-linux-musl as part of cleanups. But this directory includes dependencies target/x86_64-unknown-linux-musl/prod-release/deps, causing high build times for us.
Reading the implementation of save.ts, i don't see any option to change this behavior.
Is this a bug, or an intentional behavior?
In our builds,
swatinem/rust-cache@v2is deletingtarget/x86_64-unknown-linux-muslas part of cleanups. But this directory includes dependenciestarget/x86_64-unknown-linux-musl/prod-release/deps, causing high build times for us.Reading the implementation of
save.ts, i don't see any option to change this behavior.Is this a bug, or an intentional behavior?