VENDOR.bazel files

Methods available in VENDOR.bazel files.

Members

ignore

None ignore(*args)

Ignore this repository from vendoring. Bazel will never vendor it or use the corresponding directory (if exists) while building in vendor mode.

Parameters

Parameter Description
args required
The canonical repository names of the repos to ignore.

pin

None pin(*args)

Pin the contents of this repository under the vendor directory. Bazel won't update this repository while vendoring, and will use the vendored source as if there is a --override_repository flag when building in vendor mode

Parameters

Parameter Description
args required
The canonical repository names of the repos to pin.