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, just wanted to let you know that it's possible to cross compile for aarch64 without too much effort (I managed to do it while totally unfamiliar with rust).
What I needed to do (information gathered by googling for similar problems):
Create a Cross.toml file with the following contents (not sure if all absolutely necessary):
Never tried cross for with ytermusic so I don't know if it's expected or not. But cross uses containers so it's possible there is some (a lot) of overhead. Have you tried on a x86 computer with a lot of RAM? I can try it if you want tomorrow.
Hi, just wanted to let you know that it's possible to cross compile for aarch64 without too much effort (I managed to do it while totally unfamiliar with rust).
What I needed to do (information gathered by googling for similar problems):
I first wanted to build it on my raspberry pi directly but I ran out of RAM.
The text was updated successfully, but these errors were encountered: