#cleanup #cargo #ci #clean #cache

app cargo-ci-cache-clean

Clean up unnecessary Cargo artifacts to improve CI caching performance

4 releases

0.0.4 Jun 19, 2024
0.0.3 Dec 26, 2023
0.0.2 Dec 26, 2023
0.0.1 Dec 26, 2023

#83 in Cargo plugins

Download history 159/week @ 2024-09-08 180/week @ 2024-09-15 201/week @ 2024-09-22 533/week @ 2024-09-29 497/week @ 2024-10-06 193/week @ 2024-10-13 137/week @ 2024-10-20 255/week @ 2024-10-27 186/week @ 2024-11-03 254/week @ 2024-11-10 291/week @ 2024-11-17 258/week @ 2024-11-24 452/week @ 2024-12-01 477/week @ 2024-12-08 176/week @ 2024-12-15 159/week @ 2024-12-22

1,266 downloads per month

MIT/Apache

10KB
83 lines

cargo-ci-cache-clean

Clean up unnecessary Cargo artifacts to improve CI caching performance

Install

In GitHub Actions:

# jobs.<job_name>.steps:

- name: Install cargo-ci-cache-clean
  uses: taiki-e/install-action@v2
  with:
    tool: cargo-ci-cache-clean

- name: CI cache clean
  run: cargo-ci-cache-clean

With cargo-binstall:

$ cargo binstall cargo-ci-cache-clean

From source:

$ cargo install cargo-ci-cache-clean

Usage

cargo-ci-cache-clean

Dependencies

~5–13MB
~133K SLoC