Skip to content

Commit

Permalink
ci: fix mac bazelisk (envoyproxy#11444)
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <[email protected]>
  • Loading branch information
lizan authored Jun 4, 2020
1 parent e8a2d1e commit ebed4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/mac_ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ fi
# Required as bazel and a foreign bazelisk are installed in the latest macos vm image, we have
# to unlink/overwrite them to install bazelisk
echo "Installing bazelbuild/tap/bazelisk"
brew install --force bazelbuild/tap/bazelisk
brew unlink bazelbuild/tap/bazelisk || true
brew tap bazelbuild/tap
brew reinstall --force bazelbuild/tap/bazelisk
if ! brew link --overwrite bazelbuild/tap/bazelisk; then
echo "Failed to install and link bazelbuild/tap/bazelisk"
exit 1
Expand Down

0 comments on commit ebed4a1

Please sign in to comment.