[Bazel] ignore build files under libcxx's copy of google-benchmark
authorGeoffrey Martin-Noble <gcmn@google.com>
Mon, 12 Jul 2021 19:14:11 +0000 (12:14 -0700)
committerGeoffrey Martin-Noble <gcmn@google.com>
Mon, 12 Jul 2021 19:46:13 +0000 (12:46 -0700)
commit279c3a5be3b4f3030584033823f19752325d08ce
tree2b5d40ea017b59bf905223e5909f63281d4dfec5
parent1ca748608dd45d7c2975715528b4f06d348e5e5a
[Bazel] ignore build files under libcxx's copy of google-benchmark

https://github.com/llvm/llvm-project/commit/5208ec5c66dc updated the
of google-benchmark under libcxx adding a BUILD.bazel file. This upsets
Bazel in our overlay configuration because it tries to interpret this
file.

Currently this is breaking the CI:
https://buildkite.com/llvm-project/upstream-bazel-rbe/builds/1828

Tested (same command the CI uses)
`bazel query //... + @llvm-project//... | xargs bazel test --config=generic-clang --config=rbe --test_output=errors --test_tag_filters=-nobuildkite --build_tag_filters=-nobuildkite`

Differential Revision: https://reviews.llvm.org/D105833
utils/bazel/llvm-project-overlay/.bazelignore