Skip to content

Commit d4516bf

Browse files
authoredNov 19, 2024
Temporarily uninstall pkg-config@0.29.2 in install-dependencies.sh (#109968)
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
1 parent c468ff1 commit d4516bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎eng/common/native/install-dependencies.sh

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ case "$os" in
4444
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
4545
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
4646
# brew update --preinstall
47+
48+
# Temporarily uninstall pkg-config@0.29.2 to work around https://github.com/actions/runner-images/issues/10984
49+
brew uninstall --ignore-dependencies --force pkg-config@0.29.2
50+
4751
brew bundle --no-upgrade --no-lock --file=- <<EOF
4852
brew "cmake"
4953
brew "icu4c"

0 commit comments

Comments
 (0)