mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
put third_party/ittapi/ in .bazelignore (#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). * #101406 * #101405 * __->__ #101364 Pull Request resolved: https://github.com/pytorch/pytorch/pull/101364 Approved by: https://github.com/zou3519, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
cca31f1797
commit
1b7d875083
3
.bazelignore
Normal file
3
.bazelignore
Normal file
@ -0,0 +1,3 @@
|
||||
# We do not use this library in our Bazel build. It contains an
|
||||
# infinitely recursing symlink that makes Bazel very unhappy.
|
||||
third_party/ittapi/
|
Reference in New Issue
Block a user