You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running rustbuild with --verbose prints the commands executed, but one cannot copy and run them manually, because the wrapper depends on various environment variables.
Thus the environment variables should also be printed out so one could set them and be able to run the wrapper manually.
👍 At least the relevant ones should be printed, like all the RUSTC_* ones. This would be very useful for debugging (did this locally already to debug something).
Activity
est31 commentedon Dec 7, 2016
👍 At least the relevant ones should be printed, like all the RUSTC_* ones. This would be very useful for debugging (did this locally already to debug something).
--verbose
switch is missing env var info #38686nagisa commentedon Feb 16, 2017
@nikomatsakis hit it as well.
The most painless soln' would probably be something like
--shell-on-fail
flag which launches a shell with necessary variables set.[rustbuild] add a way to run command after failure
Rollup merge of rust-lang#39888 - nagisa:on-fail-bootstrap, r=alexcri…
Rollup merge of rust-lang#39888 - nagisa:on-fail-bootstrap, r=alexcri…
Rollup merge of rust-lang#39888 - nagisa:on-fail-bootstrap, r=alexcri…
Rollup merge of rust-lang#39888 - nagisa:on-fail-bootstrap, r=alexcri…
Rollup merge of rust-lang#39888 - nagisa:on-fail-bootstrap, r=alexcri…