Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speedup CI #805

Merged
merged 1 commit into from
May 14, 2023
Merged

Speedup CI #805

merged 1 commit into from
May 14, 2023

Conversation

NobodyXu
Copy link
Collaborator

@NobodyXu NobodyXu commented May 14, 2023

  • Disable incremental build since it's always build from scratch
  • Use crates.io sparse registry
  • Use actions/checkout@v3 instead of the master branch
  • Use rustup toolchain install instead of rustup-update,
    plus also pass --profile minimal for minimum installation.
  • Rm unnecessary cargo-build step in job test
  • Run cargo-check instead of cargo-b in job msrv

Signed-off-by: Jiahao XU Jiahao_XU@outlook.com

 - Disable incremental build since it's always build from scratch
 - Use crates.io sparse registry
 - Use `actions/checkout@v3` instead of the master branch
 - Use `rustup toolchain install` instead of `rustup-update`,
   plus also pass `--profile minimal` for minimum installation.
 - Rm unnecessary `cargo-build` step in job test
 - Run `cargo-check` instead of `cargo-b` in job msrv

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
@JohnTitor JohnTitor merged commit f65aab4 into rust-lang:main May 14, 2023
16 checks passed
@NobodyXu NobodyXu deleted the speedup-ci branch May 15, 2023 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants