Skip to content
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

[mini] Don't use Unwind Backtrace on android-amd64 #107615

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

lambdageek
Copy link
Member

Match what we do for other android RIDs.

The _Unwind_Backtrace support is only used when llvmonly mode is enabled, which is not something that we do for Android, AFAIK

@lambdageek
Copy link
Member Author

/cc @grendello @vitek-karas

Copy link
Contributor

Tagging subscribers to this area: @lambdageek, @steveisok
See info in area-owners.md if you want to be subscribed.

@lambdageek
Copy link
Member Author

/azp run runtime-extra-platforms

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

grendello added a commit to dotnet/android that referenced this pull request Sep 10, 2024
MonoVM requires `libunwind.a` on x86_64.  Until the requirement is
removed, we'll include the archive.

dotnet/runtime#107615
grendello added a commit to dotnet/android that referenced this pull request Sep 10, 2024
MonoVM requires `libunwind.a` on x86_64.  Until the requirement is
removed, we'll include the archive.

dotnet/runtime#107615
grendello added a commit to dotnet/android that referenced this pull request Sep 11, 2024
MonoVM requires `libunwind.a` on x86_64.  Until the requirement is
removed, we'll include the archive.

dotnet/runtime#107615
grendello added a commit to dotnet/android that referenced this pull request Sep 13, 2024
MonoVM requires `libunwind.a` on x86_64.  Until the requirement is
removed, we'll include the archive.

dotnet/runtime#107615
grendello added a commit to dotnet/android that referenced this pull request Sep 16, 2024
MonoVM requires `libunwind.a` on x86_64.  Until the requirement is
removed, we'll include the archive.

dotnet/runtime#107615
grendello added a commit to dotnet/android that referenced this pull request Sep 17, 2024
MonoVM requires `libunwind.a` on x86_64.  Until the requirement is
removed, we'll include the archive.

dotnet/runtime#107615
grendello added a commit to dotnet/android that referenced this pull request Sep 18, 2024
MonoVM requires `libunwind.a` on x86_64.  Until the requirement is
removed, we'll include the archive.

dotnet/runtime#107615
grendello added a commit to dotnet/android that referenced this pull request Sep 24, 2024
MonoVM requires `libunwind.a` on x86_64.  Until the requirement is
removed, we'll include the archive.

dotnet/runtime#107615
Match what we do for other android RIDs.

The _Unwind_Backtrace support is only used when llvmonly mode is
enabled, which is not something that we do for Android, AFAIK
@lambdageek
Copy link
Member Author

/backport to release/9.0

Copy link
Contributor

Started backporting to release/9.0: https://github.com/dotnet/runtime/actions/runs/11058147007

@lambdageek lambdageek merged commit e4282ff into dotnet:main Sep 26, 2024
78 of 81 checks passed
@lambdageek lambdageek deleted the android-no-unwind-amd64 branch September 26, 2024 19:13
sirntar pushed a commit to sirntar/runtime that referenced this pull request Sep 30, 2024
Match what we do for other android RIDs.

The _Unwind_Backtrace support is only used when llvmonly mode is
enabled, which is not something that we do for Android
grendello added a commit to dotnet/android that referenced this pull request Sep 30, 2024
MonoVM requires `libunwind.a` on x86_64.  Until the requirement is
removed, we'll include the archive.

dotnet/runtime#107615
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants