-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
libuv test fail on aarch64-linux
and riscv64-linux
#190807
Comments
Don't think this is an architecture issue. I am seeing exactly the same issue running
system info:
Last few (relevant) log lines:
|
This was fixed in #211896, keeping open until -next is merged. |
Ah great. Thanks @winterqt ! |
Did you mean merged into master or merged into a stable branch? |
https://nixpk.gs/pr-tracker.html?pr=211896 its in nixos-unstable now |
Steps To Reproduce
Steps to reproduce the behavior:
nixpkgs.libuv
when system isaarch64-linux
orriscv64-linux
(can be tested on x86 nixos by addingboot.binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" ]
)Build log
aarch64: https://gist.github.com/GenericNerdyUsername/9640b3df1ab98d1f8cfdb75d7fd01a87
riscv64: https://gist.github.com/GenericNerdyUsername/8f8e5f3389001315f6aae4216a9de183
Notify maintainers
@cstrahan
Metadata
The text was updated successfully, but these errors were encountered: