Re: [PATCH v1 20/34] tests/docker: add libfuse3 development headers

2022-01-05 Thread Richard W.M. Jones
On Wed, Jan 05, 2022 at 01:49:55PM +, Alex Bennée wrote: > From: Stefan Hajnoczi > > The FUSE exports feature is not built because most container images do > not have libfuse3 development headers installed. Add the necessary > packages to the Dockerfiles. > > Cc: Hanna Reitz > Cc: Richard W

Re: [PATCH v1 20/34] tests/docker: add libfuse3 development headers

2022-01-05 Thread Daniel P . Berrangé
On Wed, Jan 05, 2022 at 02:26:55PM +, Richard W.M. Jones wrote: > On Wed, Jan 05, 2022 at 01:49:55PM +, Alex Bennée wrote: > > From: Stefan Hajnoczi > > > > The FUSE exports feature is not built because most container images do > > not have libfuse3 development headers installed. Add the

[PATCH v1 20/34] tests/docker: add libfuse3 development headers

2022-01-05 Thread Alex Bennée
From: Stefan Hajnoczi The FUSE exports feature is not built because most container images do not have libfuse3 development headers installed. Add the necessary packages to the Dockerfiles. Cc: Hanna Reitz Cc: Richard W.M. Jones Signed-off-by: Stefan Hajnoczi Acked-by: Richard W.M. Jones Revi