-
Notifications
You must be signed in to change notification settings - Fork 440
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
Symlink loops cause repinning to fail #3166
Comments
I think it would be a good improvement to allow |
Yeah, either following |
what's the best way to make it follow I'd be interested in looking into this because this is blocking my repo's upgrade. |
The quick answer is: If we want to be "correct" about this (i.e. changes to the .bazelignore file mean we re-evaluate things):
So roughly:
|
This is similar to #3056
In our repo we have a few symlink loops created by pnpm which causes repinning to fail:
The ruleset should handle this gracefully by ignoring the loop.
Alternately the ruleset should respect
.bazelignore
-- which we currently use to exclude all of thenode_modules
folders in the repo from bazel. Perhaps this should be a separate request?The text was updated successfully, but these errors were encountered: