From 7cbd8f3742dceecee480e7d55b0f9225c2a2e69b Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Sun, 19 Mar 2023 06:01:49 +0100 Subject: [PATCH] ci/crosvm: install libelogind0 and sysvinit-core for poweroff functionality Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/container/debian/x86_test-gl.sh | 3 +++ .gitlab-ci/container/debian/x86_test-vk.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitlab-ci/container/debian/x86_test-gl.sh b/.gitlab-ci/container/debian/x86_test-gl.sh index 0229239..a5de1b3 100644 --- a/.gitlab-ci/container/debian/x86_test-gl.sh +++ b/.gitlab-ci/container/debian/x86_test-gl.sh @@ -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 diff --git a/.gitlab-ci/container/debian/x86_test-vk.sh b/.gitlab-ci/container/debian/x86_test-vk.sh index 0d8d927..3113a63 100644 --- a/.gitlab-ci/container/debian/x86_test-vk.sh +++ b/.gitlab-ci/container/debian/x86_test-vk.sh @@ -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 -- 2.7.4