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
Since we are using the --target for builiding,
rustc will consider it a cross compilation. Thus,
on a aarch64 machie will try to look for the
aarch64-linux-musl-gcc binary. Give cargo the
path to musl-gcc in such scenario.
Signed-off-by: Diana Popa <[email protected]>
0 commit comments