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
If I specify a CARGO_HOME location and put a config in it and try to use vendoring, bootstrap.py now fails in check_vendored_status due to not having a .cargo/config; for some reason it ignores CARGO_HOME.
See here for my attempt to fix this, but that fails because cargo_dir cannot be removed in some cases. I don't even know why it wants to remove cargo_dir in the first place, so maybe someone who actually understands what this code is trying to accomplish could fix it instead of me.