Skip to content

Commit

Permalink
gazelle: upgrade to latest master
Browse files Browse the repository at this point in the history
It seems like bazel-contrib/bazel-gazelle#1269
broke our go_repository patches so let's revert that for now.
  • Loading branch information
sluongng committed Jun 13, 2022
1 parent 6abdfa5 commit 50be7f8
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 1,379 deletions.
7 changes: 4 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ http_archive(
name = "bazel_gazelle",
patch_args = ["-p1"],
patches = [
"@com_github_sluongng_nogo_analyzer//third-party:gazelle-go-work.patch",
"@com_github_sluongng_nogo_analyzer//third-party:gazelle-revert-bazel-tools-patch.patch",
],
strip_prefix = "bazel-gazelle-b81a7ba1d8cbab5b603c76e30333ea4b97df07d6",
sha256 = "9f7296636d7a2ddf88edb96f1807d2599922dec412ee892d452097d16f664878",
strip_prefix = "bazel-gazelle-55d692e6cb1ec5e44ef102939145a18e1ccc6017",
urls = [
"https://github.com/bazelbuild/bazel-gazelle/archive/b81a7ba1d8cbab5b603c76e30333ea4b97df07d6.zip",
"https://github.com/bazelbuild/bazel-gazelle/archive/55d692e6cb1ec5e44ef102939145a18e1ccc6017.zip",
],
)

Expand Down
2 changes: 1 addition & 1 deletion third-party/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ filegroup(
testonly = True,
srcs = [
"BUILD.bazel",
"gazelle-go-work.patch",
"gazelle-revert-bazel-tools-patch.patch",
],
visibility = ["//visibility:public"],
)
Loading

0 comments on commit 50be7f8

Please sign in to comment.