Skip to content

Commit

Permalink
[bazel] Inline rules_fuzzing dep into main MODULE.bazel
Browse files Browse the repository at this point in the history
It's not worth having a separate `MODULE` file just for this line.

Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
  • Loading branch information
jwnrt committed Dec 18, 2024
1 parent 99610ea commit 31ed313
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module(name = "lowrisc_opentitan")

# Dependencies:
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_fuzzing", version = "0.5.2")

# Dev dependencies:
bazel_dep(
Expand All @@ -21,8 +22,6 @@ include("//third_party/python:python.MODULE.bazel")

include("//third_party/lint:lint.MODULE.bazel")

include("//third_party/google:google.MODULE.bazel")

# Repository rules:
bitstreams_repo = use_repo_rule("//rules:bitstreams.bzl", "bitstreams_repo")

Expand Down
5 changes: 0 additions & 5 deletions third_party/google/google.MODULE.bazel

This file was deleted.

0 comments on commit 31ed313

Please sign in to comment.