ci/crosvm: install libelogind0 and sysvinit-core for poweroff functionality
authorDavid Heidelberg <david.heidelberg@collabora.com>
Sun, 19 Mar 2023 05:01:49 +0000 (06:01 +0100)
committerDavid Heidelberg <david.heidelberg@collabora.com>
Thu, 25 May 2023 14:06:51 +0000 (16:06 +0200)
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21977>

.gitlab-ci/container/debian/x86_test-gl.sh
.gitlab-ci/container/debian/x86_test-vk.sh

index 0229239..a5de1b3 100644 (file)
@@ -7,6 +7,8 @@ set -o xtrace
 export DEBIAN_FRONTEND=noninteractive
 export LLVM_VERSION="${LLVM_VERSION:=15}"
 
+apt-get install -y libelogind0  # this interfere with systemd deps, install separately
+
 # Ephemeral packages (installed for this script and removed again at the end)
 STABLE_EPHEMERAL=" \
       bzip2 \
@@ -59,6 +61,7 @@ apt-get install -y --no-remove \
       python3-renderdoc \
       python3-simplejson \
       spirv-tools \
+      sysvinit-core \
       weston
 
 
index 0d8d927..3113a63 100644 (file)
@@ -8,6 +8,8 @@ set -o xtrace
 
 export DEBIAN_FRONTEND=noninteractive
 
+apt-get install -y libelogind0  # this interfere with systemd deps, install separately
+
 # Ephemeral packages (installed for this script and removed again at the end)
 STABLE_EPHEMERAL=" \
       ccache \
@@ -60,6 +62,7 @@ apt-get install -y --no-remove --no-install-recommends \
       pciutils \
       python3-lxml \
       python3-simplejson \
+      sysvinit-core \
       xinit \
       xserver-xorg-video-amdgpu \
       xserver-xorg-video-ati