-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
rust: don't build out of tree #22804
Conversation
9524f85
to
88153f7
Compare
I am not sure that I understand your question. |
I meant will be fine to drop workaround for building outside of rustc src and build inside of it? |
88153f7
to
1f48719
Compare
1f48719
to
fdda730
Compare
I think that workaround was already in place when I got involved in Rust maintenance. |
oh, I didn't look carefully at blame... |
ok, seems it's fine to do so... |
I was going to mention, we were running right up against the
this seems even weirder than that though, some sort of circular link that git is unhappy with. (I'm running |
oh, but what to do with out-of-tree builds? there should be a better way maybe :( |
I opened git-for-windows/git#5320 for the git BUG output, git clean seems to be following directory junctions rather than simply removing them |
this is not supported upstream, but a workaround was used. set build-dir in config.toml, make dest dirs names contain $MSYSTEM to match previous behavior
asking @filnet as a workaround's author is it ok to do so