-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Inject copies of remote files with BwoB on Windows without symlink support #24911
base: master
Are you sure you want to change the base?
Conversation
c8dd289
to
767e12e
Compare
767e12e
to
cd957cb
Compare
I didn't manage to reproduce the race in the issue, so this is a speculative fix. |
src/main/java/com/google/devtools/build/lib/analysis/actions/SymlinkAction.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a test case verifying that a non-toplevel output materialized by a symlink is never downloaded?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a test and a few assertions, please let me know if that isn't what you wanted to see.
src/main/java/com/google/devtools/build/lib/analysis/actions/SymlinkAction.java
Outdated
Show resolved
Hide resolved
@bazel-io fork 7.5.0 |
@bazel-io fork 8.1.0 |
Fixes #21747