On Tue, Dec 07, 2021 at 04:00:25PM +0000, Stefan Hajnoczi wrote: ... > diff --git a/tests/docker/dockerfiles/centos8.docker > b/tests/docker/dockerfiles/centos8.docker > index 7f135f8e8c..a2dae4be29 100644 > --- a/tests/docker/dockerfiles/centos8.docker > +++ b/tests/docker/dockerfiles/centos8.docker > @@ -19,6 +19,7 @@ ENV PACKAGES \ > device-mapper-multipath-devel \ > diffutils \ > findutils \ > + fuse3-devel \ > gcc \ > gcc-c++ \ > genisoimage \
Just for my own notes, it took me a while to work out that CentOS 8 does have fuse3. It didn't appear in EPEL 8 etc: https://src.fedoraproject.org/rpms/fuse3 https://ci.centos.org/search/?q=fuse3 However it turns out it is built from a source package called "fuse" (version 2.9.7!) Also I am able to install fuse3 on RHEL 8. So I guess that's OK in the end. The rest of the changes look good too, so: Acked-by: Richard W.M. Jones <[email protected]> Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported. http://fedoraproject.org/wiki/MinGW
