Skip to content

Commit 1b7d875

Browse files
dagitsespytorchmergebot
authored andcommitted
put third_party/ittapi/ in .bazelignore (pytorch#101364)
put third_party/ittapi/ in .bazelignore Summary: Bazel fails when recursing into this directory because it has a symlink that infinitely recurses. We don't use this library in Bazel, so it's safe to just ignore its existence. Test Plan: Verified with `bazel query //...` --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/pytorch/pytorch/pull/101364). * pytorch#101406 * pytorch#101405 * __->__ pytorch#101364 Pull Request resolved: pytorch#101364 Approved by: https://github.com/zou3519, https://github.com/malfet
1 parent cca31f1 commit 1b7d875

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# We do not use this library in our Bazel build. It contains an
2+
# infinitely recursing symlink that makes Bazel very unhappy.
3+
third_party/ittapi/

0 commit comments

Comments
 (0)