#cargo #cleanup #ci #clean #cache

app cargo-ci-cache-clean

Clean up unnecessary Cargo artifacts to improve CI caching performance

3 releases

0.0.3 Dec 26, 2023
0.0.2 Dec 26, 2023
0.0.1 Dec 26, 2023

#171 in Cargo plugins

Download history 129/week @ 2024-01-01 102/week @ 2024-01-08 210/week @ 2024-01-15 207/week @ 2024-01-22 533/week @ 2024-01-29 238/week @ 2024-02-05 331/week @ 2024-02-12 294/week @ 2024-02-19 338/week @ 2024-02-26 287/week @ 2024-03-04 214/week @ 2024-03-11 83/week @ 2024-03-18 113/week @ 2024-03-25 355/week @ 2024-04-01 183/week @ 2024-04-08 163/week @ 2024-04-15

816 downloads per month

MIT/Apache

10KB

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

With cargo-binstall:

$ cargo binstall cargo-ci-cache-clean

From source:

$ cargo install cargo-ci-cache-clean

Usage

cargo-ci-cache-clean

Dependencies

~3–13MB
~122K SLoC