zuul-jobs/roles/ensure-bazel/defaults/main.yaml
Simon Westphahl ae22e2c171
Allow overriding of Bazel installer checksum
Checksum retrieval from Github doesn't work when Artifactory is used as
a Github mirror when the installer is not already cached.

Allow setting the Bazel installer checksum as a variable to make the
role work in such cases.

See also https://www.jfrog.com/jira/browse/RTFACT-22923

Change-Id: Icc3480420895b9052a4f1c133659a31fff0723be
2022-09-30 10:45:31 +02:00

6 lines
159 B
YAML

---
bazel_version: '3.1.0'
bazel_release_url: 'https://github.com/bazelbuild/bazel/releases/download'
bazel_installer_checksum:
install_bazel_if_missing: true