spec: Disable liburing, it's breaking the test suite

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-03-25 13:25:36 -04:00
parent 8833af8dcd
commit dd41f1a7ca
1 changed files with 4 additions and 0 deletions

View File

@ -1124,6 +1124,10 @@ run_configure \
%if 0%{?fedora} > 30
--enable-slirp=system \
%endif
--disable-linux-io-uring
# uring temporarily disabled, it's breaking the test suite:
# https://lists.gnu.org/archive/html/qemu-block/2020-03/msg01395.html
echo "config-host.mak contents:"
echo "==="