#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

#111 in Cargo plugins

Download history 257/week @ 2024-08-10 230/week @ 2024-08-17 166/week @ 2024-08-24 218/week @ 2024-08-31 152/week @ 2024-09-07 189/week @ 2024-09-14 173/week @ 2024-09-21 553/week @ 2024-09-28 503/week @ 2024-10-05 196/week @ 2024-10-12 137/week @ 2024-10-19 253/week @ 2024-10-26 188/week @ 2024-11-02 252/week @ 2024-11-09 271/week @ 2024-11-16 268/week @ 2024-11-23

1,167 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

~4–12MB
~126K SLoC