Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

useless self-update made #225

Open
rbtcollins opened this issue Nov 11, 2022 · 1 comment
Open

useless self-update made #225

rbtcollins opened this issue Nov 11, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@rbtcollins
Copy link

When the rustup call is made, --no-self-update is not passed: as a result rustup does a self update, but this is useless as rustup will typically not be used again during the CI run.

When rustup update is needed, it will need to be done before installing rust - #170 .

So I suggest passing --no-self-update for any run installing rust components, and removing it if and only if calling rustup self update explicitly.

@rbtcollins rbtcollins added the bug Something isn't working label Nov 11, 2022
@striezel
Copy link

striezel commented Jun 5, 2023

For anyone who needs a similar action but without the self-update, take a look at dtolnay/rust-toolchain.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants