ZeroTierOne/ext/opentelemetry-cpp-1.21.0/ci/install_bazelisk.sh
2025-07-11 10:37:21 -07:00

11 lines
279 B
Bash
Executable file

#!/bin/bash
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
set -e
BAZELISK_VERSION=v1.16.0
wget -O /usr/local/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/$BAZELISK_VERSION/bazelisk-linux-amd64
chmod +x /usr/local/bin/bazel