-
-
Notifications
You must be signed in to change notification settings - Fork 94
Recognize the override file rust-toolchain
#21
Comments
Hey, @foriequal0, sorry for not getting back to you earlier. Yes, |
Thank you so much! |
@svartalf How about making the Also, we could default to |
@svartalf would you accept a PR that reads from |
@thomaseizinger of course! I'm a bit short on a time right now, so any PRs would be really appreciated! |
rustup show
automatically installs an overridden toolchain if you have an override filerust-toolchain
(Is it a bug? or a feature?).This unexpected feature(?) ofrust show
makestoolchain
action installs toolchains twice for the example in the README.md if you have the override file. An overridden toolchain is installed onrustup show
and an nightly toolchain is installed after that.It take 35 seconds per toolchain. I know it is not a large amount of time, but it bothers me when there's a short task likerustfmt
(It takes < 3 seconds for my project).CHANGE: I found that it doesn't call 'rustup show` anymore on the master branch.
Also, I think it is duplicated to put
toolchain
in the workflow's input when you have the override file.Can we automatically recognize the override file to fix this?
The text was updated successfully, but these errors were encountered: