-
Notifications
You must be signed in to change notification settings - Fork 132
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
.NET 7: Alpine 3.17 package issue tracker #3020
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@omajid
Any idea what might be causing this error? |
Sorry, I don't have a good idea. The various |
Unrelated, but currently backporting various patches for release/6.0.1xx:
|
Copy that. Should I wait till rc1 is released proper? |
I was just told that this should all be working. Probably a good idea to file issues. I am going to do that for the arcade issues I mentioned above. |
Does this build error in sdk ring any bells for you?
It occurs in current release/7.0.1xx, but not in release/7.0.1xx-rc1 |
What is a good space to share issues on dotnet/llvm-project? I'm encountering problems crossbuilding to arm64 / armv7 from x64 via
This is after forcing use of clang-14. Error:
This is likely caused by |
@omajid Alpine aport for dotnet7 rc1 is implemented here, and it sems to build: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/39122 |
@omajid Build on edit: I opened a runtime issue for this: dotnet/runtime#75811 |
Note that rc2 currently does not build. For some reason, restoring stalls. I don't have time to debug this, hoping that it'll be squared away once general release is done. edit doesn't seem to be a problem on latest |
The following issue is blocking release for |
How can we get mono to use system libunwind rather than built-in? I see that the test unit for system-libunwind is disable for s390x. Is it always using bundled? |
Yes, it is always using bundled for me :( |
I tried setting --cmakeargs -DCLR_CMAKE_USE_SYSTEM_LIBUNWIND=TRUE, but of course that doesn't work. I don't see any switches in mono to force use of system libunwind, and it does seem like mono looks for unwind.h so I find it curious that |
.NET 7 is now merged and will be released for 3.17 on |
Rebuilding dotnet7 with itself yields an odd error for Aspnetcore:
@tmds Could this be related to eliminating portable runtime build? |
Should be fixed in 7.0.1, closing |
Issue tracker for Alpine 3.17
Goals
Steps for 1.
armv7
runtime#75811)Steps for 2.
s390x
platform support #2839)The text was updated successfully, but these errors were encountered: