Skip to content

Use minimal rustup profile in CI #1511

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

Closed
bjorn3 opened this issue Jul 13, 2024 · 0 comments · Fixed by #1516
Closed

Use minimal rustup profile in CI #1511

bjorn3 opened this issue Jul 13, 2024 · 0 comments · Fixed by #1516
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. good first issue Good for newcomers

Comments

@bjorn3
Copy link
Member

bjorn3 commented Jul 13, 2024

This should make downloading the toolchain a bit faster. Especially on Windows where it currently takes about 2 minutes. Setting profile = "minimal" in rust-toolchain may work, but otherwise running rustup set profile minimal before ./y.sh prepare should do the trick I think.

@bjorn3 bjorn3 added C-enhancement Category: An issue proposing an enhancement or a PR with one. good first issue Good for newcomers labels Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant