Skip to content

Commit

Permalink
make complete
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed Jul 2, 2024
1 parent 00c2afb commit 5e8142f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_defs/go.build_defs
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,7 @@ def go_repo(module: str, version:str='', download:str=None, name:str=None, insta
"CGO_ENABLED": CONFIG.GO.CGO_ENABLED,
},
deps = deps + [CONFIG.GO.MOD_FILE] if CONFIG.GO.MOD_FILE else deps,
output_is_complete = True,
_subrepo = True,
labels = labels,
requires = ["import_config"],
Expand Down

0 comments on commit 5e8142f

Please sign in to comment.