mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Merge #8427
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:
commit
242fa3c15b
4 changed files with 4 additions and 117 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue