Skip to content

'rustup toolchain link' doesn't seem to work under MSYS2 #839

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
japaric opened this issue Nov 28, 2016 · 2 comments
Closed

'rustup toolchain link' doesn't seem to work under MSYS2 #839

japaric opened this issue Nov 28, 2016 · 2 comments

Comments

@japaric
Copy link
Member

japaric commented Nov 28, 2016

$ rustup toolchain link stage1 build/x86_64-pc-windows-gnu/stage1

$ echo $?
0

$ rustup default stage1
info: no toolchain installed for 'stage1'

$ rustup toolchain list
nightly-x86_64-pc-windows-gnu (default)
stage1

$ rustup toolchain remove stage1
info: no toolchain installed for 'stage1'

I think this is because the toolchain subcommand has special logic on Windows because one can pick between two toolchains: mingw and msvc (I think the logic implicitly appends a triple to the toolchain or something like that). Perhaps, that special logic shouldn't be used for custom toolchains.

cc @brson

@Diggsey
Copy link
Contributor

Diggsey commented Nov 28, 2016

Dup of #488 - it's fixed on master there just hasn't been a release since.

@japaric
Copy link
Member Author

japaric commented Nov 28, 2016

Oh, OK. That's why I didn't find any open issue about this. Closing then.

@japaric japaric closed this as completed Nov 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants