Re: [PATCH] tests/docker: add liburing-devel to the Fedora image

2020-09-21 Thread Stefan Hajnoczi
On Fri, Aug 21, 2020 at 9:38 PM Stefano Garzarella wrote: > On Fri, Aug 21, 2020 at 07:55:02PM +0200, Philippe Mathieu-Daudé wrote: > > On 8/21/20 6:54 PM, Stefano Garzarella wrote: > > > Install liburing-devel dependencies to get better coverage on > > > io-uring stuff (block/io_uring.c and util/

Re: [PATCH] tests/docker: add liburing-devel to the Fedora image

2020-08-21 Thread Stefano Garzarella
On Fri, Aug 21, 2020 at 07:55:02PM +0200, Philippe Mathieu-Daudé wrote: > On 8/21/20 6:54 PM, Stefano Garzarella wrote: > > Install liburing-devel dependencies to get better coverage on > > io-uring stuff (block/io_uring.c and util/fdmon-io_uring.c). > > > > Suggested-by: Philippe Mathieu-Daudé

Re: [PATCH] tests/docker: add liburing-devel to the Fedora image

2020-08-21 Thread Philippe Mathieu-Daudé
On 8/21/20 6:54 PM, Stefano Garzarella wrote: > Install liburing-devel dependencies to get better coverage on > io-uring stuff (block/io_uring.c and util/fdmon-io_uring.c). > > Suggested-by: Philippe Mathieu-Daudé > Signed-off-by: Stefano Garzarella > --- > tests/docker/dockerfiles/fedora.docke

[PATCH] tests/docker: add liburing-devel to the Fedora image

2020-08-21 Thread Stefano Garzarella
Install liburing-devel dependencies to get better coverage on io-uring stuff (block/io_uring.c and util/fdmon-io_uring.c). Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Stefano Garzarella --- tests/docker/dockerfiles/fedora.docker | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/