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:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user