Skip to content

Commit

Permalink
Remove unnecessary patch for Gazelle
Browse files Browse the repository at this point in the history
This is no longer needed, now that we pull in bazel_remote_apis as a
module.
  • Loading branch information
EdSchouten committed Sep 18, 2024
1 parent a889bc0 commit bba1fdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
5 changes: 1 addition & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ git_override(
git_override(
module_name = "gazelle",
commit = "4d0129d7adae33e8e648d3624aff8fa8f93f375b",
patches = [
"//:patches/gazelle/dont-flatten-srcs.diff",
"//:patches/gazelle/googleapis.diff",
],
patches = ["//:patches/gazelle/dont-flatten-srcs.diff"],
remote = "https://github.com/bazelbuild/bazel-gazelle.git",
)

Expand Down
10 changes: 0 additions & 10 deletions patches/gazelle/googleapis.diff

This file was deleted.

0 comments on commit bba1fdc

Please sign in to comment.