Skip to content

Conversation

vimproved
Copy link
Contributor

Currently muvm fails to build on musl due to getregs/setregs being missing from the nix crate on musl/aarch64. This was fixed in 0.30.0. As 0.30.0 also made unistd interfaces type-safe, this commit makes changes accordingly.

@slp
Copy link
Collaborator

slp commented Jun 12, 2025

@vimproved thanks for the PR. Could you please rebase it to get a green light in the tests?

Currently muvm fails to build on musl due to getregs/setregs being
missing from the nix crate on musl/aarch64. This was fixed in 0.30.0. As
0.30.0 also made unistd interfaces type-safe, this commit makes changes
accordingly.

Signed-off-by: Violet Purcell <vimproved@inventati.org>
Copy link
Collaborator

@slp slp left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@slp slp merged commit 7b84815 into AsahiLinux:main Sep 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants