Skip to content

Commit

Permalink
workaround weird bazel issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Ivy committed Nov 20, 2024
1 parent a7bb26e commit 5c80185
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pkg/proto/configuration/bb_portal/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,7 @@ go_proto_library(

go_library(
name = "bb_portal",
srcs = ["bb_portal.pb.go"],
embed = [":bb_portal_go_proto"],
importpath = "github.com/buildbarn/bb-portal/pkg/proto/configuration/bb_portal",
visibility = ["//visibility:public"],
deps = [
"@com_github_buildbarn_bb_storage//pkg/proto/configuration/global",
"@com_github_buildbarn_bb_storage//pkg/proto/configuration/grpc",
"@com_github_buildbarn_bb_storage//pkg/proto/configuration/http",
"@org_golang_google_protobuf//reflect/protoreflect",
"@org_golang_google_protobuf//runtime/protoimpl",
],
)

0 comments on commit 5c80185

Please sign in to comment.