-
-
Notifications
You must be signed in to change notification settings - Fork 222
Support win-arm64 runtime for Native AOT #3900
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
Comments
Assigning to @getsentry/support for routing ⏲️ |
Hi @andrew-kulikov, Currently we rely on GitHub for all of our testing so we'd need a Win Arm64 runner to be available before we could support this. |
Windows ARM64 runners are now available: github/roadmap#1098 |
I made a PR earlier this week but we hit some issues. We'll take a look perhaps once musl linux is done. maybe something @jpnurmi can help as he's turning out to be the expert in getting this to run on all platforms 😅 |
We should definitely add to the docs these capabilities once it lands. As it's quite a bit of work and special support and we should make it clear to folks we support it. |
The The problems that blocked sentry-native from adding a |
Perhaps once local scopes and musl are out there, supporting native in running on Windows ARM is a good next step? |
The .NET SDK itself builds on Windows arm64: But we need to figure out the build on the native SDK which is a dependency on Native AOT support (for errors outside the .NET runtime itself) |
This was resolved on version 5.8.0 |
This is live in: https://github.com/getsentry/sentry-dotnet/releases/tag/5.8.1 |
Problem Statement
Sentry v5.0.1 contains sentry-native library compiled for win-x64, linux-x64 and osx. In .NET 8 Microsoft officially shipped win-arm64 support for Native AOT. If possible, it would be great to have this runtime support in Sentry as well.
Use cases: WinUI 3 and UWP apps
Solution Brainstorm
No response
Product Area
Other
The text was updated successfully, but these errors were encountered: