Skip to content

Commit

Permalink
Remove "brew link" for OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
mbautin committed May 11, 2020
1 parent b13f2de commit f9bde2e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions brew-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ if [[ ${#failed_packages[@]} -gt 0 ]]; then
fatal "Failed to install packages: ${failed_packages[*]}"
fi

if [[ ${YB_BREW_BUILD_UNIT_TEST_MODE} == "0" ]]; then
# Link explicitly to work around "[email protected] is keg-only, which means it was not symlinked":
./bin/brew link --force openssl
fi

if [[ ! -e VERSION_INFO ]]; then
commit_id=$(git rev-parse HEAD)
echo "Homebrew/Linuxbrew commit ID: $commit_id" >VERSION_INFO.tmp
Expand Down

0 comments on commit f9bde2e

Please sign in to comment.