Skip to content

Commit

Permalink
remove compilation database (#95)
Browse files Browse the repository at this point in the history
The compilation_database step was causing a "conflicting artifacts" condition
when running Bazel tests in CLion. When this is removed, tests run cleanly.

The original `grailbio/bazel-compilation-database` project is in maintenance
mode. If something like this is needed again in the future, we can add it back.
  • Loading branch information
copperlight authored Dec 21, 2022
1 parent 97a11bb commit 518797f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
load("@com_grail_bazel_compdb//:aspects.bzl", "compilation_database")

cc_library(
name = "spectator",
srcs = [
Expand Down Expand Up @@ -51,12 +49,3 @@ cc_test(
"@com_google_googletest//:gtest",
],
)

compilation_database(
name = "spectator_compdb",
testonly = True,
targets = [
":spectator",
":spectator_test",
],
)

0 comments on commit 518797f

Please sign in to comment.