-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release/6.0] Install native dependencies on all Apple OS in CI #82322
Conversation
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsBackport of #82263.
|
|
||
if [ -z "$os" ]; then | ||
. "$(dirname "$0")"/native/init-os-and-arch.sh | ||
os="$(echo "$os" | tr "[:upper:]" "[:lower:]")" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is new; lowercase changes in 8.0 didn't require this transformation.
e94534f
to
d73cce3
Compare
d73cce3
to
0ccb1f1
Compare
actions/runner-images#7125 was merged which should add pkg-config back, it still needs to roll out as builds still fail as of right now. I'd be in favor of merging this but I'll let @carlossanlop decide. |
We run |
@carlossanlop are you good with merging this? |
Waiting for Matt's answer here: #82323 (comment) |
Backport of #82263.