Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use newer container to fix/workaround segfault in libgit2
When building with cross, a container image using Ubuntu 16.04 is being used. This seems to be the cause for creating a binary which will segfault (or run into other such failures) when running on aarch64. Using Ubuntu 20.04 does not produce this issue. Also see: * cross-rs/cross#1512 * rust-lang/git2-rs#1057
- Loading branch information