Skip to content
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

Please release a version with rustc-build-sysroot 0.5.3 #36

Closed
davidhewitt opened this issue Aug 9, 2024 · 5 comments
Closed

Please release a version with rustc-build-sysroot 0.5.3 #36

davidhewitt opened this issue Aug 9, 2024 · 5 comments

Comments

@davidhewitt
Copy link

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
@RalfJung
Copy link
Owner

RalfJung commented Aug 9, 2024 via email

@davidhewitt
Copy link
Author

We run cargo careful in PyO3 CI so would prefer to save the CI minutes and just install a prebuilt binary (though I did consider building with the updated dependency).

@RalfJung
Copy link
Owner

RalfJung commented Aug 9, 2024 via email

@RalfJung
Copy link
Owner

v0.4.3 is out now, the binaries are being built as we speak.

@davidhewitt
Copy link
Author

Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants