mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
bazel: force Gazelle generation for xDS
xDS has an upstream set of build files that makes Gazelle consider their project a whole new Bazel project, which makes Gazelle not generate any build files, even though the upstream ones aren't valid. See https://github.com/cncf/xds/issues/104.
This commit is contained in:
parent
2e3779d564
commit
c362f03e94
@ -193,3 +193,10 @@ go_deps.module_override(
|
||||
],
|
||||
path = "github.com/google/go-tpm-tools",
|
||||
)
|
||||
|
||||
# TODO(msanft):
|
||||
# Remove once https://github.com/cncf/xds/issues/104 is resolved
|
||||
go_deps.gazelle_override(
|
||||
build_file_generation = "on",
|
||||
path = "github.com/cncf/xds/go",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user