Skip to content

Commit

Permalink
bzlmod: Add transitive deps for oss-fuzz
Browse files Browse the repository at this point in the history
Bug: 42537007
Change-Id: Ia3f43658b25f8c6890841b2348d1455e91e1c1a4
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/238471
Reviewed-by: Ted Pudlik <[email protected]>
Docs-Not-Needed: Aaron Green <[email protected]>
Lint: Lint 🤖 <[email protected]>
Commit-Queue: Aaron Green <[email protected]>
  • Loading branch information
nopsledder authored and CQ Bot Account committed Oct 11, 2024
1 parent 32f28d6 commit 6bdaaa9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ http_archive = use_repo_rule(
"http_archive",
)

# TODO(b/370523804): Remove this once the following issues are addressed in a
# released version of rules_fuzzing
# https://github.com/bazel-contrib/rules_fuzzing/issues/257
non_module_dependencies = use_extension("@rules_fuzzing//fuzzing/private:extensions.bzl", "non_module_dependencies")
use_repo(
non_module_dependencies,
"rules_fuzzing_oss_fuzz",
)

# Configure libusb
# ================
#
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6bdaaa9

Please sign in to comment.