-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
When using a CI build, commands like this fail:
let res = Command::new(&self.workspace, self.toolchain.rustc())
.args(&["--version"])
.log_output(false)
.run_capture()?;That's because rustwide tries to invoke:
$ rustc +6703d43029387eef125596dd7071d0d4fab902c3 --version
error: toolchain '6703d43029387eef125596dd7071d0d4fab902c3' is not installed
@jyn514 proposed we could solve this either by invoking the CI binary directly, or by running rustup toolchain link.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.