dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.42k stars 4.76k forks source link

Temporarily uninstall pkg-config@0.29.2 in install-dependencies.sh #109968

Closed akoeplinger closed 2 days ago

akoeplinger commented 2 days ago

This was added by AzDO in https://github.com/actions/runner-images/pull/10971 as a workaround for https://github.com/actions/runner-images/issues/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

dotnet-policy-service[bot] commented 2 days ago

Tagging subscribers to this area: @dotnet/runtime-infrastructure See info in area-owners.md if you want to be subscribed.

akoeplinger commented 2 days ago

/ba-g timeout is unrelated