Skip to content

Commit

Permalink
bazel: tweak patch we apply to cockroachdb/errors
Browse files Browse the repository at this point in the history
This patch became outdated as a result of a Gazelle upgrade.
Resolves #64299.

Release note: None
  • Loading branch information
rickystewart committed Apr 28, 2021
1 parent a513986 commit 1d5d21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/patches/com_github_cockroachdb_errors.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ diff -urN a/errorspb/BUILD.bazel b/errorspb/BUILD.bazel
load("@io_bazel_rules_go//go:def.bzl", "go_library")
+load("@rules_proto//proto:defs.bzl", "proto_library")

filegroup(
name = "go_default_library_protos",
go_library(
name = "errorspb",
@@ -36,3 +37,14 @@
actual = ":errorspb",
visibility = ["//visibility:public"],
Expand Down

0 comments on commit 1d5d21a

Please sign in to comment.