Fix mobile build and test failures in extra-platforms pipeline#124000
Merged
kotlarmilos merged 9 commits intodotnet:mainfrom Feb 9, 2026
Merged
Fix mobile build and test failures in extra-platforms pipeline#124000kotlarmilos merged 9 commits intodotnet:mainfrom
kotlarmilos merged 9 commits intodotnet:mainfrom
Conversation
Contributor
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
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Feb 4, 2026
Open
APP_CRASH SIGABRT during coreclr_initialize on tvOS device (vm_map_enter allocation failure)
#123396
Open
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/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 <175728472+Copilot@users.noreply.github.com>
Member
Author
|
Extra platforms run with fixed tests: |
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
matouskozak
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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