Skip to content

Commit

Permalink
Enforce strict dependency checking in bazel
Browse files Browse the repository at this point in the history
This avoids cases like
google#788 fixing
google#771 by enforcing
stricter rules to match the behavior of the internal build system.

Bug: b/377996634
  • Loading branch information
Databean committed Nov 8, 2024
1 parent 26dff40 commit e59e418
Show file tree
Hide file tree
Showing 5 changed files with 840 additions and 1 deletion.
1 change: 1 addition & 0 deletions base/cvd/.bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build --copt=-fdiagnostics-color=always
build --repo_env=CC=clang
1 change: 1 addition & 0 deletions base/cvd/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bazel_dep(name = "fmt", version = "10.2.1")
bazel_dep(name = "gflags", version = "2.2.2")
bazel_dep(name = "googletest", version = "1.14.0")
bazel_dep(name = "jsoncpp", version = "1.9.5")
bazel_dep(name = "protobuf", version = "21.7")
bazel_dep(name = "tinyxml2", version = "10.0.0")
bazel_dep(name = "zlib", version = "1.3.1")

Expand Down
Loading

0 comments on commit e59e418

Please sign in to comment.