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

make sure we find the lockfile in its new location #22

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Conversation

RalfJung
Copy link
Owner

@RalfJung RalfJung commented Aug 5, 2024

rust-lang/rust#128534 moved the lockfile, make sure we can still find and use it.

@RalfJung RalfJung merged commit 4a41555 into master Aug 5, 2024
9 checks passed
@RalfJung RalfJung deleted the lockfile branch August 5, 2024 16:34
bors added a commit to rust-lang/miri that referenced this pull request Aug 5, 2024
bump dependencies

In particular pick up RalfJung/rustc-build-sysroot#22 to fix the fallout from rust-lang/rust#128534.
bors added a commit to rust-lang/miri that referenced this pull request Aug 5, 2024
bump dependencies

In particular pick up RalfJung/rustc-build-sysroot#22 to fix the fallout from rust-lang/rust#128534.
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Aug 5, 2024
bump dependencies

In particular pick up RalfJung/rustc-build-sysroot#22 to fix the fallout from rust-lang#128534.
vadorovsky added a commit to vadorovsky/bpf-linker that referenced this pull request Aug 10, 2024
The previous version (0.5.2), in combination with the latest Rust
nightly, fails to build the sysroot with the following error:

```
---- compile_test stdout ----
thread 'compile_test' panicked at tests/tests.rs:130:10:
failed to build sysroot: failed to copy lockfile from sysroot source
```

This error is related to rust-lang/rust#128534, which moved the standard
library to a separate workspace, therefore moving `Cargo.lock` as well.
RalfJung/rustc-build-sysroot#22 honors the new location. That change
was released in 0.5.3.
vadorovsky added a commit to vadorovsky/bpf-linker that referenced this pull request Aug 10, 2024
The previous version (0.5.2), in combination with the latest Rust
nightly, fails to build the sysroot with the following error:

```
---- compile_test stdout ----
thread 'compile_test' panicked at tests/tests.rs:130:10:
failed to build sysroot: failed to copy lockfile from sysroot source
```

This error is related to rust-lang/rust#128534, which moved the standard
library to a separate workspace, therefore moving `Cargo.lock` as well.
RalfJung/rustc-build-sysroot#22 honors the new location. That change
was released in 0.5.3.
vadorovsky added a commit to vadorovsky/bpf-linker that referenced this pull request Aug 12, 2024
The previous version (0.5.2), in combination with the latest Rust
nightly, fails to build the sysroot with the following error:

```
---- compile_test stdout ----
thread 'compile_test' panicked at tests/tests.rs:130:10:
failed to build sysroot: failed to copy lockfile from sysroot source
```

This error is related to rust-lang/rust#128534, which moved the standard
library to a separate workspace, therefore moving `Cargo.lock` as well.
RalfJung/rustc-build-sysroot#22 honors the new location. That change
was released in 0.5.3.
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

Successfully merging this pull request may close these issues.

1 participant