2020-04-24 12:30:47 +00:00
|
|
|
Download and install Bazel, if the specified version is not already present.
|
|
|
|
|
|
|
|
**Role Variables**
|
|
|
|
|
|
|
|
.. zuul:rolevar:: bazel_version
|
|
|
|
:default: '3.1.0'
|
|
|
|
|
|
|
|
The version of Bazel required.
|
|
|
|
|
|
|
|
.. zuul:rolevar:: bazel_release_url
|
|
|
|
:default: 'https://github.com/bazelbuild/bazel/releases/download'
|
|
|
|
|
|
|
|
The base URL to use when downloading Bazel releases.
|
2022-09-30 08:08:26 +00:00
|
|
|
|
|
|
|
.. zuul:rolevar:: bazel_installer_checksum
|
|
|
|
:default: None
|
|
|
|
|
|
|
|
The Bazel installer SHA256 checksum. If not provided, the checksum will be
|
|
|
|
retrieved from Github.
|