MCPcopy Create free account
hub / github.com/Snapchat/Valdi / build

Function build

valdi/scripts/bazel_utils.py:17–21  ·  view source on GitHub ↗
(bazel_targets, additional_options)

Source from the content-addressed store, hash-verified

15
16
17def build(bazel_targets, additional_options):
18 if not isinstance(bazel_targets, list):
19 bazel_targets = [bazel_targets]
20
21 __run_bazel('build', bazel_targets + additional_options)
22
23
24def get_output(target):

Callers

nothing calls this directly

Calls 1

__run_bazelFunction · 0.85

Tested by

no test coverage detected