-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
I see in rustc-build-sysroot
that the new location of Cargo.lock
has been accounted for (see e.g. rust-lang/cargo#14358), but it looks like we need an update here too?
Running cargo careful setup
with nightly-2024-08-08
, I get:
Preparing a careful sysroot (target: x86_64-unknown-linux-gnu)...
thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-careful-0.4.2/src/main.rs:267:10:
failed to build sysroot; run `cargo careful setup` to see what went wrong: failed to copy lockfile from sysroot source
Caused by:
No such file or directory (os error 2)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Metadata
Metadata
Assignees
Labels
No labels