-
Notifications
You must be signed in to change notification settings - Fork 8
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
Impact on build scripts that invoke rustc #50
Comments
In rust-lang/cargo#11244, I questioned whether we should go out of our way to support build probes or if we should instead direct people to
|
This is also being discussed at https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/-Zbuild-std.20with.20build.20scripts.20that.20invoke.20rustc |
Closing for similar reason as rust-lang/cargo#11244
|
While experimenting with how to build Servo for targets where libstd is not available through rustup, I've been exploring whether the new
-Z build-std
is enough. This has led me to discover rust-lang/cargo#7501 (via cuviper/autocfg#12), so I want to make sure that the people working on this feature consider the interaction of it with build scripts that need to perform their own rustc invocations.The text was updated successfully, but these errors were encountered: