-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
rustbuild: x.py install: error: manifest path .. cargo/crates/credential/cargo-credential-1password/Cargo.toml
does not exist`
#110742
Comments
You'll need to delete the |
Hm, there is no such directory ?! 😅
There is a |
My fault. I forgot to update Line 602 in 7f94b31
Will send a PR. |
What is most concerning to me is that this actually did not fail the entire |
Run I supposed to run it locally before submitting a PR. However, that was an unlucky day. Something on nightly cannot build, so I blindly pushed 🙇🏾. |
Oh, sorry, I misunderstood what was going on. There have been some issues with those directories being moved around, but this was different.
The issue here is that the credential helpers are being included on an "as available" basis. Because they are nightly and experimental, they were intentionally marked as being optional so that if they failed it wouldn't cause problems here on rust-lang/rust. Eventually, if it gets stabilized, this will need to change to make them required tools. |
…, r=ehuss bootstrap: update paths cargo-credential crate This should be done in rust-lang#110653 but forgot. Fixes rust-lang#110742 ## How to verify this patch Run `./x.py build cargo`. Previously it would fail with ```console error: manifest path `/projects/rust/src/tools/cargo/crates/credential/cargo-credential-1password/Cargo.toml` does not exist ```
…, r=ehuss bootstrap: update paths cargo-credential crate This should be done in rust-lang#110653 but forgot. Fixes rust-lang#110742 ## How to verify this patch Run `./x.py build cargo`. Previously it would fail with ```console error: manifest path `/projects/rust/src/tools/cargo/crates/credential/cargo-credential-1password/Cargo.toml` does not exist ```
…, r=ehuss bootstrap: update paths cargo-credential crate This should be done in rust-lang#110653 but forgot. Fixes rust-lang#110742 ## How to verify this patch Run `./x.py build cargo`. Previously it would fail with ```console error: manifest path `/projects/rust/src/tools/cargo/crates/credential/cargo-credential-1password/Cargo.toml` does not exist ```
Happened during
x.py intall
probably since #110653 cc @weihanglo
The text was updated successfully, but these errors were encountered: