-
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
Fix Bash runfiles_current_repository
with RBE
#16946
Conversation
During remote execution, absolute paths may not contain `execroot` segments.
@Wyverald Could you review? FYI @meteorcloudy |
@Wyverald This doesn't include a test as I don't know how to set up RBE in |
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.
LGTM -- this seems fine to me given the timeframe; we'll keep an eye on the downstream pipeline.
@bazel-io flag |
@bazel-io fork 6.0.0 |
During remote execution, absolute paths may not contain `execroot` segments. Work towards #16933 Closes #16946. PiperOrigin-RevId: 493876135 Change-Id: I5ceb8c6edbe0e58aae2066efe1230e622eabf9bf Co-authored-by: Fabian Meumertzheim <[email protected]>
During remote execution, absolute paths may not contain
execroot
segments.Work towards #16933