Update KnownILCompilerPack to support iOS runtime identifiers#85300
Update KnownILCompilerPack to support iOS runtime identifiers#85300kotlarmilos wants to merge 1 commit intodotnet:mainfrom
Conversation
|
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger Issue DetailsThis PR updates the Follow-up Installer change which allows iOS RiDs dotnet/installer@main...kotlarmilos:installer:feature/ios-with-nativeaot. /cc: @akoeplinger @ivanpovazan
|
| TargetFramework="$(NetCoreAppCurrent)" | ||
| ILCompilerPackVersion="$(ProductVersion)" | ||
| ILCompilerRuntimeIdentifiers="linux-musl-x64;linux-x64;win-x64;linux-arm;linux-arm64;linux-musl-arm;linux-musl-arm64;osx-arm64;osx-x64;win-arm;win-arm64;win-x86" | ||
| ILCompilerRuntimeIdentifiers="linux-musl-x64;linux-x64;win-x64;linux-arm;linux-arm64;linux-musl-arm;linux-musl-arm64;osx-arm64;osx-x64;win-arm;win-arm64;win-x86;maccatalyst-x64;maccatalyst-arm64;ios-arm64;iossimulator-arm64;iossimulator-x64;tvos-arm64;tvossimulator-arm64;tvossimulator-x64" |
There was a problem hiding this comment.
How is it going to work with #85047?
I was not expecting to have ILCompiler package for iOS and friends. There is not going to ILCompiler running on device. We should only need the runtime pack for the iOS and friend.
There was a problem hiding this comment.
Right, it is not necessary since we have normal runtime packs now, and ILCompiler is not needed on a device. @akoeplinger will create a PR for the Installer/SDK and close this PR.
The idea here was mostly to retrieve feedback and collect missing changes.
|
Closing this PR since there are runtime packs, and ILCompiler is not needed on a device. Follow-up PR will be created for the Installer/SDK. |
This PR updates the
KnownILCompilerPackto support iOS RiDs. Draft PR should identify if there are any additional changes needed for full integration with the SDK/Installer and internal build tasks for targeting iOS platforms.Follow-up Installer change which allows iOS RiDs dotnet/installer@main...kotlarmilos:installer:feature/ios-with-nativeaot.
/cc: @akoeplinger @ivanpovazan