You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am trying to cross-compile ruff manually. It succeeds for target x86_64-unknown-linux-gnu but fails for target x86_64-apple-darwin. It fails when compiling dependency tikv-jemalloc-sys with an error:
In file included from include/jemalloc/internal/jemalloc_preamble.h:5:
include/jemalloc/internal/jemalloc_internal_decls.h:23:14: fatal error: 'sys/syscall.h' file not found
Did anyone encounter a similar problem? I am not good with compiler's configuration and need help here.
Related issue: astral-sh/ruff#5226
The text was updated successfully, but these errors were encountered:
Hi! I am trying to cross-compile ruff manually. It succeeds for
target x86_64-unknown-linux-gnu
but fails fortarget x86_64-apple-darwin
. It fails when compiling dependencytikv-jemalloc-sys
with an error:Did anyone encounter a similar problem? I am not good with compiler's configuration and need help here.
Related issue: astral-sh/ruff#5226
The text was updated successfully, but these errors were encountered: