summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/opentelemetry-cpp/ci/install_osx_bazelisk.sh
blob: dbe5a15e3c4347d17b6af261487f445a9f128797 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

set -e

brew install bazelisk
sudo ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel