-
Notifications
You must be signed in to change notification settings - Fork 25
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
color option does not work #68
Comments
Thanks for reporting! The reason that this doesn't properly work is that we do two cargo invocations behind the scenes. The first invocation is for building the sysroot crates ( I think the best way to fix this would be to special-case the Lines 121 to 123 in 10287ff
Line 154 in 10287ff
Lines 106 to 111 in 10287ff
Lines 145 to 147 in 10287ff
Handling of the color flag could be added in a similar way. I don't have the time to implement this myself right now, but pull requests are welcome! As a side node, have you tried to directly use cargo's new [alias]
x = "-Z build-std=core" Now you should be able to run |
Thanks for the hints, will see if I find the time for a pull request.
I got the -Z option working by using |
Sorry, I forgot about alloc. |
The --color (never, always) does not work on xbuild (cargo-xbuild 0.5.28)
The text was updated successfully, but these errors were encountered: