ci: enable build with amdgpu plugin

This patch adds the `libdrm-dev` package to the list of CRIU
dependencies installed in CI to build CRIU with amdgpu plugin.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2023-09-30 02:56:52 +01:00 committed by Andrei Vagin
parent aa38a59899
commit ba168ab78c
6 changed files with 12 additions and 4 deletions

View file

@ -23,6 +23,7 @@ RUN apk update && apk add \
python3 \
sudo \
libcap-utils \
libdrm-dev \
util-linux
COPY . /criu

View file

@ -35,6 +35,7 @@ RUN pacman -Syu --noconfirm \
asciidoctor \
python-junit-xml \
python-importlib-metadata \
libdrm \
diffutils
COPY . /criu