runtime: Official build fails due to missing windows_arm job
Official builds have started failing with:
workloadsbuild depends on unknown job installer__coreclr__windows_arm_Release_.
See for example https://dev.azure.com/dnceng/internal/_build/results?buildId=2178029&view=results. I believe caused by https://github.com/dotnet/runtime/pull/85947. @BruceForstall
Probably we need to at least remove the arm dependencies from https://github.com/dotnet/runtime/blob/11e22cebdf2e76795be088d12830eed767367d51/eng/pipelines/runtime-official.yml#L527 and https://github.com/dotnet/runtime/blob/11e22cebdf2e76795be088d12830eed767367d51/eng/pipelines/mono/templates/workloads-build.yml#L75
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 16 (16 by maintainers)
Commits related to this issue
- Fix official build of cross DAC components Revert changes that broke build of the cross DAC linux-arm components Fixes #86073 — committed to jkotas/runtime by jkotas a year ago
- Fix official build of cross DAC components (#86138) * Fix official build of cross DAC components Revert changes that broke build of the cross DAC linux-arm components Fixes #86073 Co-authore... — committed to dotnet/runtime by jkotas a year ago
We got a green official build an hour ago
#86138 should fix the official build