8427: Move CI to rust-cache Action r=matklad a=Swatinem

This is humbling. I actually took inspiration from RAs pre-cache xtask when developing my action ;-)

Closes #7731

Co-authored-by: Arpad Borsos <swatinem@swatinem.de>
This commit is contained in:
bors[bot] 2021-05-03 13:37:12 +00:00 committed by GitHub
commit 242fa3c15b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 117 deletions

View file

@ -28,7 +28,6 @@ xflags::xflags! {
}
cmd fuzz-tests {}
cmd pre-cache {}
cmd release {
optional --dry-run
@ -62,7 +61,6 @@ pub enum XtaskCmd {
Help(Help),
Install(Install),
FuzzTests(FuzzTests),
PreCache(PreCache),
Release(Release),
Promote(Promote),
Dist(Dist),
@ -87,9 +85,6 @@ pub struct Install {
#[derive(Debug)]
pub struct FuzzTests;
#[derive(Debug)]
pub struct PreCache;
#[derive(Debug)]
pub struct Release {
pub dry_run: bool,