ci/crosvm: install libelogind0 and sysvinit-core for poweroff functionality

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21977>
This commit is contained in:
David Heidelberg
2023-03-19 06:01:49 +01:00
parent cbe79beaff
commit 7cbd8f3742
2 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ set -o xtrace
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
export LLVM_VERSION="${LLVM_VERSION:=15}" 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) # Ephemeral packages (installed for this script and removed again at the end)
STABLE_EPHEMERAL=" \ STABLE_EPHEMERAL=" \
bzip2 \ bzip2 \
@@ -59,6 +61,7 @@ apt-get install -y --no-remove \
python3-renderdoc \ python3-renderdoc \
python3-simplejson \ python3-simplejson \
spirv-tools \ spirv-tools \
sysvinit-core \
weston weston

View File

@@ -8,6 +8,8 @@ set -o xtrace
export DEBIAN_FRONTEND=noninteractive 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) # Ephemeral packages (installed for this script and removed again at the end)
STABLE_EPHEMERAL=" \ STABLE_EPHEMERAL=" \
ccache \ ccache \
@@ -60,6 +62,7 @@ apt-get install -y --no-remove --no-install-recommends \
pciutils \ pciutils \
python3-lxml \ python3-lxml \
python3-simplejson \ python3-simplejson \
sysvinit-core \
xinit \ xinit \
xserver-xorg-video-amdgpu \ xserver-xorg-video-amdgpu \
xserver-xorg-video-ati xserver-xorg-video-ati