[all-commits] [llvm/llvm-project] 279c3a: [Bazel] ignore build files under libcxx's copy of ...

Geoffrey Martin-Noble via All-commits all-commits at lists.llvm.org
Mon Jul 12 12:46:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 279c3a5be3b4f3030584033823f19752325d08ce
      https://github.com/llvm/llvm-project/commit/279c3a5be3b4f3030584033823f19752325d08ce
  Author: Geoffrey Martin-Noble <gcmn at google.com>
  Date:   2021-07-12 (Mon, 12 Jul 2021)

  Changed paths:
    M utils/bazel/llvm-project-overlay/.bazelignore

  Log Message:
  -----------
  [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




More information about the All-commits mailing list