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
There was already an issue with tree-sitter some time ago (reported in #3237).
We use the synology toolchains to build packages for synology devices.
As reported in SynoCommunity/spksrc#6338 (comment) it is not possible to create the tree-sitter crate except for x64 archs.
The error comes from a CFLAG (-m64) that is valid for x64 archs only.
As there are binaries for aarch64 in the release section (like helix-24.07-aarch64-linux.tar.xz) I am just wondering how those are created.
Any instructions are welcome.
The text was updated successfully, but these errors were encountered:
There was already an issue with tree-sitter some time ago (reported in #3237).
We use the synology toolchains to build packages for synology devices.
As reported in SynoCommunity/spksrc#6338 (comment) it is not possible to create the tree-sitter crate except for x64 archs.
The error comes from a CFLAG (-m64) that is valid for x64 archs only.
As there are binaries for aarch64 in the release section (like
helix-24.07-aarch64-linux.tar.xz
) I am just wondering how those are created.Any instructions are welcome.
The text was updated successfully, but these errors were encountered: