]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Only mock $INODE64 symbols on x86_64 macOS
authorAndrea Bolognani <abologna@redhat.com>
Thu, 4 Feb 2021 14:48:18 +0000 (15:48 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 10 Feb 2021 10:03:39 +0000 (11:03 +0100)
commit0ad938adc0f0c9578767624b5dd33f9aebcbf3cb
treee7e0bdc415742f07e2272a86b17c164142e160e7
parentaebb2b6edfbfb4fed753dfde8cbdea1de390caa9
tests: Only mock $INODE64 symbols on x86_64 macOS

The version of macOS running on Apple Silicon doesn't need to
concern itself with backwards compatibility with 32-bit
applications, and so it could jettison all the symbol aliasing
shenanigans involved.

https://gitlab.com/libvirt/libvirt/-/issues/121

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Roman Bolshakov <r.bolshakov@yadro.com>
Tested-by: Roman Bolshakov <r.bolshakov@yadro.com>
tests/virfilewrapper.c
tests/virmockstathelpers.c
tests/virpcimock.c