trifectatechfoundation / sudo-rs

A memory safe implementation of sudo and su.
Other
2.87k stars 76 forks source link

Remove `actions-rs` from CI #852

Open squell opened 1 month ago

squell commented 1 month ago

Our CI uses actions-rs. I think those can be replaced by simple run: invocations; especially seeing that actions-rs is no longer maintained.

There's also some other third-party actions being used where I wonder if we really need them:

rnijveld commented 1 month ago

We should remove actions-rs, given its been unmaintained for several years now already. The rust-cache action makes caching Rust code compilation way easier, I would keep that. The apt one caches installation of apt packages, that speeds it up a whole bunch. And the install-action uses precompiled binaries, so that also saves a lot of time.