On a Friday in 2022, Michal Privoznik wrote:
I've been trying to compile libvirt with musl lately and seen
couple of
tests failing. Some of them were related strictly to how musl works, but
the rest are genuine bugs we have and it's by pure chance that we
haven't met them with glibc (1/4 for instance).
Green pipeline can be seen here:
https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/483864407
See
https://gitlab.com/libvirt/libvirt/-/blob/master/ci/README.rst
on how to get FreeBSD and macOS coverage.
Michal Prívozník (4):
vircgroupmock: Be wiser about detecting fakerootdir change
vircgroupmock: Make global variables static
sockettest: Check for IPv4-in-IPv6 parsing and formatting
tests: Update IPv4-in-IPv6 addresses
tests/nwfilterxml2firewalldata/ah-ipv6-linux.args | 6 +++---
tests/nwfilterxml2firewalldata/ah-ipv6.xml | 2 +-
.../nwfilterxml2firewalldata/all-ipv6-linux.args | 6 +++---
[...]
tests/sockettest.c | 2 ++
tests/vircgroupmock.c | 15 ++++++---------
46 files changed, 75 insertions(+), 76 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano