trustification / trustify

Apache License 2.0
8 stars 15 forks source link

fix: use newer container to fix/workaround segfault in libgit2 #400

Closed ctron closed 3 weeks ago

ctron commented 3 weeks ago

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:


This might be a better way than https://github.com/trustification/trustify/pull/387 … as it doesn't add new code to work around this, but uses the existing, which should work anyway.

On the other side: Having the other PR might offer a quick way out should this occur on other targets. However, I am not sure it's that likely and worth it.