-
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
OSX infra issue - prereq check for 'pkg-config' missing #82240
Comments
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsLibrary + OSX tests failing with this:
See errors on #81006
|
24-Hour Hit Count: 4 @akoeplinger, wdyt? It seems like the new osx machines don't have prereqs installed. In principle, to be self-sufficient, all osx-like jobs should be running the installation script, which invokes Line 4 in 4e0ff82
we probably have some gaps: $ git grep install-native-dependencies.sh -- ':/eng/pipelines'
eng/pipelines/common/global-build-job.yml: - script: $(Build.SourcesDirectory)/eng/install-native-dependencies.sh ${{ parameters.osGroup }}
eng/pipelines/common/templates/runtimes/build-test-job.yml: - script: $(Build.SourcesDirectory)/eng/install-native-dependencies.sh $(osGroup)
eng/pipelines/coreclr/templates/build-jit-job.yml: - script: $(Build.SourcesDirectory)/eng/install-native-dependencies.sh $(osGroup)
eng/pipelines/coreclr/templates/build-job.yml: - script: $(Build.SourcesDirectory)/eng/install-native-dependencies.sh $(osGroup)
eng/pipelines/installer/jobs/build-job.yml: - script: $(Build.SourcesDirectory)/eng/install-native-dependencies.sh ${{ parameters.osGroup }}
eng/pipelines/libraries/build-job.yml: - script: $(Build.SourcesDirectory)/eng/install-native-dependencies.sh ${{ parameters.osGroup }}
eng/pipelines/mono/templates/build-job.yml: - script: $(Build.SourcesDirectory)/eng/install-native-dependencies.sh $(osGroup)
eng/pipelines/mono/templates/generate-offsets.yml: - script: $(Build.SourcesDirectory)/eng/install-native-dependencies.sh $(osGroup) |
This was caused by a change in the macOS machines in the AzDO Hosted Pool, it also broke other projects: actions/runner-images#7125 |
Thanks for fixing this, @am11! |
Re-opening because I think these fixes need to be back ported to release/6.0 and release/7.0. I'm still seeing failures there. |
Backkport PRs are merged now. |
Library + OSX tests failing with this:
See errors on #81006
Known Issue Error Message
Fill the error message using known issues guidance.
Report
Summary
The text was updated successfully, but these errors were encountered: