Fix mobile build and test failures in extra-platforms pipeline#124000
Fix mobile build and test failures in extra-platforms pipeline#124000kotlarmilos merged 9 commits intodotnet:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes a broken target dependency in the Apple mobile jobs that was introduced by PR #123110. That PR removed the PrepareMergedTestPayloadDirectories target and inlined its content into the PreparePayloadDirectories target, but left a reference to the old target name in the ZipMergedPayloadDirectory target.
Changes:
- Updated
ZipMergedPayloadDirectorytarget'sAfterTargetsdependency from the removedPrepareMergedTestPayloadDirectoriesto the existingPreparePayloadDirectoriestarget
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
src/coreclr/tools/Common/Compiler/ObjectWriter/MachObjectWriter.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <[email protected]>
|
Extra platforms run with fixed tests: |
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Description
This PR fixes several failures encountered in extra-platforms pipeline:
ZipMergedPayloadDirectorytarget to usePreparePayloadDirectoriesinstead ofPrepareMergedTestPayloadDirectories, which was inlined in Remove legacy XUnitWrapper test tree infrastructure #123110. This should fix Apple mobile runtime testsNative AOT builds will be fixed in #124083