Skip to main content

Bazel

Bazel

The Bazel package manager.

Configuration

Example

Bazel:
options:
conanLockfileName: "conan.lock"
useConan2: false
bazelDependenciesOnly: false

Options

conanLockfileName

STRING Default

The default name of the lockfile for the Conan package manager.

useConan2

BOOLEAN Default

Use Conan2 when fetching Conan packages, otherwise use Conan 1.

bazelDependenciesOnly

BOOLEAN Default

Only scan Bazel dependencies and skip reporting Conan packages in the dependency tree.