Skip to content

Update KnownILCompilerPack to support iOS runtime identifiers #85300

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

Closed

Conversation

kotlarmilos
Copy link
Member

This PR updates the KnownILCompilerPack to 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

@kotlarmilos kotlarmilos added this to the 8.0.0 milestone Apr 25, 2023
@kotlarmilos kotlarmilos self-assigned this Apr 25, 2023
@ghost
Copy link

ghost commented Apr 25, 2023

Tagging subscribers to 'os-ios': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

This PR updates the KnownILCompilerPack to 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

Author: kotlarmilos
Assignees: kotlarmilos
Labels:

os-ios, area-NativeAOT-coreclr

Milestone: 8.0.0

@@ -58,7 +58,7 @@
ILCompilerPackNamePattern="runtime.**RID**.Microsoft.DotNet.ILCompiler"
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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@kotlarmilos
Copy link
Member Author

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.

@kotlarmilos kotlarmilos deleted the feature/update-ilcompilerpack branch May 8, 2023 10:26
@ghost ghost locked as resolved and limited conversation to collaborators Jun 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants