-
-
Couldn't load subscription status.
- Fork 225
fix(Native AOT): link to static lzma on Linux/MUSL
#4326
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
Conversation
|
|
|
@jpnurmi ping me if there's anything I can do to help. Thanks for jumping into action so quick <3. I am at work but I can take a look at whatever you need in about ~4 hours |
lzma on Linux/MUSL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds the necessary plumbing for using Docker from within the Alpine Linux Docker container by bind-mounting the runner host
/var/run/docker.sock. This makes it possible to run thePublishContainerintegration test for Alpine Linux, which revealed that staticlibunwindis not sufficient in minimal/chiseled AOT containers, but needs to be paired with staticlzma.Yet another fix to: