-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
chore(ci): Publish - speedup #8448
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 8 Skipped Deployments
|
@@ -1,4 +1,4 @@ | |||
[toolchain] | |||
channel = "nightly-2024-01-29" | |||
components = ["rustfmt", "rustc-dev", "clippy"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rustc-dev is unused
603d0c4
to
3204b13
Compare
3204b13
to
5803807
Compare
b4a16d9
to
65b0de9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Awesome!
|
||
RUN rustup update && \ | ||
rustup default nightly-2024-01-10 && \ | ||
rustup component add --toolchain nightly-2024-01-10 rustfmt; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was wrong version :)
It reduces build time by:
Native
Cube Store
3 minutes on a cache layer miss + reduce cache usage on GHA + protection for errors like 'apt.llvm.org' not resolved