Skip to content

Commit ef48735

Browse files
authored
chore: ignore examples/pip_repository_annotations bazel-bin symlink (bazel-contrib#2472)
If the examples/pip_repository_annotations had build performed in it, then outer invocations try to traverse the symlink, wasting memory and causing errors. To fix, add the path to `.bazelignore` so bazel doesn't try to visit it.
1 parent b5ed3e4 commit ef48735

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ examples/bzlmod_build_file_generation/bazel-bzlmod_build_file_generation
2222
examples/multi_python_versions/bazel-multi_python_versions
2323
examples/pip_parse/bazel-pip_parse
2424
examples/pip_parse_vendored/bazel-pip_parse_vendored
25+
examples/pip_repository_annotations/bazel-pip_repository_annotations
2526
examples/py_proto_library/bazel-py_proto_library
2627
tests/integration/compile_pip_requirements/bazel-compile_pip_requirements
2728
tests/integration/ignore_root_user_error/bazel-ignore_root_user_error

0 commit comments

Comments
 (0)