-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
feat: implement tars symlinks #559
Conversation
@gregmagolan is case you are interested, this is the one that will make RBE go fast. |
Seeing a lot of very similar errors when testing this one. At the surface, it looks like this broke all of our images that we pass tars to (built with pkg_tar in our case). It looks like it's only a problem with remote execution. This is using Bazel 7.1.1. Example output:
|
That is interesting, do you have more information on this? eg which service are you using? |
This could be a Bazel bug! |
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.
Long journey to get here!
We use Buildbarn. As far as I can tell, from looking at what got scheduled remotely, this never hit the build cluster at all. Happy to help debug it. |
fixes #508, needs #558 first.