-
Notifications
You must be signed in to change notification settings - Fork 93
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
Broken with upcoming nightly #227
Comments
Yay we finally got a new nightly 🎉 Boo, xargo is now broken 😞 |
It is currently broken. (see japaric/xargo#227) This makes it easier to for example patch whole crates away.
It is currently broken. (see japaric/xargo#227) This makes it easier to for example patch whole crates away.
It is currently broken. (see japaric/xargo#227) This makes it easier to for example patch whole crates away.
It is currently broken. (see japaric/xargo#227) This makes it easier to for example patch whole crates away.
Is this fixed in xargo 0.3.13? |
Yeah this is long fixed. So if you have 0.3.13, whatever you are hitting is not this bug. |
Well, it's only fixed if you use the |
I am.on windows, I tried to pass that as a command line argument but it fails, also setting in the windows environment it also fails using set, haven't tried manually on the system settings |
@bruceloco There is no way to set the source using a command-line argument |
Fair. Xargo is unfortunately not maintained currently. But it seems like we both have an interest in it -- so how about we suggest to @japaric that we could co-maintain it? I basically care only about case of building a custom libstd for the host architecture, but xargo currently is the only tool I know of that can do that -- and it's not like I intend to break the cross-building part (and it seems you have some interest in that?). I also don't have much time to spare, so I won't be able to review anything big or go through the backlog of PRs or issues, but between the two of us it seems like we should be able to get stuff like your PR landed and keep xargo at the level of functionality it is at right now. |
@RalfJung Sure I can review PRs that keep Xargo's pre-existing functionality working until Cargo can do this. |
@RalfJung Have you looked into cargo-xbuild? It is an actively maintained fork of |
@robert-w-gries it cannot build libstd though, which I require. |
Once a new nightly is produced, xargo will stop working because of rust-lang/rust#56092 . You can already see this behavior when using https://github.com/kennytm/rustup-toolchain-install-master
The text was updated successfully, but these errors were encountered: