Builds broken in Alpine Linux 3.19 (x86_64) with rustc 1.70 #9558
-
I usually run Helix built from source and building in Alpine 3.18 used to work as expected. I'm building following the instructions with: Since I upgraded to Alpine 3.19 (musl libc) builds are broken with linking errors as shown below:
Using rustc 1.75 the build works without issues. |
Beta Was this translation helpful? Give feedback.
Answered by
pascalkuthe
Feb 7, 2024
Replies: 1 comment 2 replies
-
It looks like the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those liking errors are in std. Every functional modern Linux system should have
stat64
. Whatever is going here is likely some sysroot/target issue. Since it's working with rust 1.75 I suspect it's already been fixed by the rust project