Skip to content

Commit

Permalink
Update dependency rules_fuzzing to v0.5.1 (#40)
Browse files Browse the repository at this point in the history
* Update dependency rules_fuzzing to v0.5.1

* Fix build errors without bzlmod, simplify rules_fuzzing usage with bzlmod

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeff McGlynn <[email protected]>
  • Loading branch information
renovate[bot] and jwmcglynn authored Apr 7, 2024
1 parent 32aa3b3 commit 1effcc0
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 2,388 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ coverage-report
!.vscode/extensions.json
!.vscode/c_cpp_properties.json
*.code-workspace

# The Bzlmod lockfile is platform-dependent with Python and thus hard
# to keep up-to-date in CI. It still speeds up local development.
MODULE.bazel.lock
12 changes: 12 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,15 @@ git_override(
remote = "https://github.com/jwmcglynn/rules_stb",
commit = "3e510ee1e14fb3450f864f218f82c6398daf84fd",
)

#
# Fuzzing dependencies
#

bazel_dep(name = "rules_fuzzing", version = "0.0.0", dev_dependency = True)
archive_override(
module_name = "rules_fuzzing",
strip_prefix = "rules_fuzzing-0.5.1",
integrity = "sha256-dyBsVLcfTdUzUSOm/yqOpojspTeNNLSDgRTf9xZSzyY=",
urls = ["https://github.com/bazelbuild/rules_fuzzing/archive/v0.5.1.zip"],
)
Loading

0 comments on commit 1effcc0

Please sign in to comment.