#cleanup #ci #clean #cargo #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

#94 in Cargo plugins

Download history 339/week @ 2024-11-20 412/week @ 2024-11-27 427/week @ 2024-12-04 247/week @ 2024-12-11 162/week @ 2024-12-18 502/week @ 2024-12-25 194/week @ 2025-01-01 249/week @ 2025-01-08 101/week @ 2025-01-15 170/week @ 2025-01-22 318/week @ 2025-01-29 421/week @ 2025-02-05 155/week @ 2025-02-12 326/week @ 2025-02-19 422/week @ 2025-02-26 708/week @ 2025-03-05

1,620 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
~123K SLoC