Install liburing-dev in jenkins and build containers

Change-Id: I048c43d3bcbecfdfd26e087109fb99315e1629ec
This commit is contained in:
Daniel Willmann 2023-07-11 14:37:46 +02:00 committed by laforge
parent f52e232369
commit 4c0cf47b19
4 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,7 @@ RUN dnf install -y \
libsofia-sip-ua-glib3 \
libtalloc-devel \
libtool \
liburing-devel \
libusb1-devel \
lksctp-tools-devel \
make \

View File

@ -51,6 +51,7 @@ RUN apt-get update && \
libsofia-sip-ua-glib-dev \
libsqlite3-dev \
libssl-dev \
liburing-dev \
libusb-dev \
libusb-1.0-0-dev \
make \

View File

@ -33,6 +33,7 @@ RUN \
libsctp-dev \
libtalloc-dev \
libtool \
liburing-dev \
libusb-1.0-0-dev \
make \
pkg-config \

View File

@ -92,6 +92,7 @@ RUN \
libtalloc-dev \
libtinfo5 \
libtool \
liburing-dev \
libusb-1.0-0-dev \
libusb-dev \
libxml2-utils \