]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/ci/install_osx_bazelisk.sh
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / ci / install_osx_bazelisk.sh
CommitLineData
1e59de90
TL
1#!/bin/bash
2
3# Copyright The OpenTelemetry Authors
4# SPDX-License-Identifier: Apache-2.0
5
6set -e
7
8brew install bazelisk
9sudo ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel