Skip to content

Commit

Permalink
support bzlmod
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec committed May 13, 2024
1 parent 3a48757 commit 9920221
Show file tree
Hide file tree
Showing 6 changed files with 2,396 additions and 29 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Enable bzlmod
common --enable_bzlmod

# Force the use of Clang for all builds. FuzzTest relies on Clang for sanitizer
# coverage (https://clang.llvm.org/docs/SanitizerCoverage.html).
build --action_env=CC=clang
Expand Down
3 changes: 3 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bazel_dep(name = "googletest", version = "1.14.0.bcr.1")
bazel_dep(name = "rules_proto", version = "6.0.0")
# to-do: fuzztest dependency
Loading

0 comments on commit 9920221

Please sign in to comment.