mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-12 16:47:25 -05:00
bazel: trim path to *.pb.go files embedded in go libraries
See https://github.com/bazelbuild/rules_go/issues/3581 for context.
This commit is contained in:
parent
4908b5f63c
commit
537cdbcfad
7 changed files with 7 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ proto_library(
|
|||
go_proto_library(
|
||||
name = "recoverproto_go_proto",
|
||||
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
|
||||
gc_goopts = ["-trimpath=$(BINDIR)=>."],
|
||||
importpath = "github.com/edgelesssys/constellation/v2/disk-mapper/recoverproto",
|
||||
proto = ":recoverproto_proto",
|
||||
visibility = ["//visibility:public"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue