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
Fixed incorrect locking logic when artifact-dir == build-dir (#16385)
### What does this PR try to resolve?
This PR fixes incorrect locking behavior in `layout.rs` that forgets to
lock the `build-dir` when `build-dir == artifact-dir`.
This is problematic is the default for both are `$WORKSPACE/target` and
I overlooked this :(
Issue reported in #16384
### How to test and review this PR?
See the tests. You can also run `cargo check` and check for the presence
of `.cargo-lock`
r? @weihanglo
0 commit comments