]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson.build: Disallow libnfs v6 to fix the broken macOS build
authorThomas Huth <thuth@redhat.com>
Wed, 18 Dec 2024 06:21:59 +0000 (07:21 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 20 Dec 2024 18:37:30 +0000 (21:37 +0300)
commitbbdcf1dcc0171078def9ecba4f2a5607d40a9533
tree74dfab201a89794dcb46781b0a588247ee62cb24
parentd15fb196e369fbfba06556314b59e4ef1aa06e01
meson.build: Disallow libnfs v6 to fix the broken macOS build

The macOS builds in our CI (and possibly other very recent distros)
are currently broken since the update to libnfs version 6 there.
That version apparently comes with a big API breakage. v5.0.3 was
the final release of the old API (see the libnfs commit here:
https://github.com/sahlberg/libnfs/commit/4379837 ).

Disallow version 6.x for now to get the broken CI job working
again. Once somebody had enough time to adapt our code in
block/nfs.c, we can revert this change again.

Message-ID: <20241218065157.209020-1-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
(cherry picked from commit e2d98f257138b83b6a492d1da5847a7fe0930d10)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
meson.build