Skip to content

Commit

Permalink
Fix Mac CI tests by resolving brew package conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
acozzette committed May 10, 2021
1 parent 9ed3234 commit f0e2df9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kokoro/macos/prepare_build_macos_rc
Expand Up @@ -45,6 +45,11 @@ sudo rm -rf \
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask fetch --unshallow

# This is needed to fix a conflict between the ilmbase and imath packages,
# which seem to conflict with each other by both trying to install
# libImath.dylib.
brew unlink ilmbase

brew update
brew upgrade

Expand Down

0 comments on commit f0e2df9

Please sign in to comment.