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
build_container: use git cli to avoid OOM on arm64
libgit2 can consume a lot of memory when cross-compiling for
arm64. As suggested here [1], let's use the git executable
to prevent this issue.
[1] rust-lang/cargo#10583 (comment)Fixes: #79
Signed-off-by: Stefano Garzarella <[email protected]>
0 commit comments