Skip to content

Commit

Permalink
Temporarily uninstall [email protected] in install-dependencies.sh
Browse files Browse the repository at this point in the history
This was added by AzDO in actions/runner-images#10971 as a workaround for actions/runner-images#10984, but that means the old package now conflicts with the new pkg-config which is an alias to pkgconf.

Fixes the build issues we've seen with OSX image version 20241119.505
  • Loading branch information
akoeplinger authored Nov 19, 2024
1 parent e3b3aaa commit 5a3b0fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/common/native/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ case "$os" in
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
# brew update --preinstall

# Temporarily uninstall [email protected] to work around https://github.com/actions/runner-images/issues/10984
brew uninstall --ignore-dependencies --force [email protected]

brew bundle --no-upgrade --no-lock --file=- <<EOF
brew "cmake"
brew "icu4c"
Expand Down

0 comments on commit 5a3b0fe

Please sign in to comment.