ci: remove selinux from containers

Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31656>
This commit is contained in:
Georg Lehmann
2024-10-15 09:47:21 +02:00
committed by Marge Bot
parent 894c4f0c78
commit 3120fec0c0
3 changed files with 2 additions and 4 deletions

View File

@@ -38,7 +38,6 @@ DEPS=(
elfutils-dev
libclc-dev
libdrm-dev
libselinux-dev
libva-dev
libpciaccess-dev
zlib-dev

View File

@@ -48,7 +48,6 @@ DEPS=(
"pkgconfig(libclc)"
"pkgconfig(libelf)"
"pkgconfig(libglvnd)"
"pkgconfig(libselinux)"
"pkgconfig(libva)"
"pkgconfig(pciaccess)"
"pkgconfig(vdpau)"

View File

@@ -35,9 +35,9 @@ variables:
DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils"
DEBIAN_PYUTILS_TAG: "20241002-pyutils"
ALPINE_X86_64_BUILD_TAG: "20240814-var"
ALPINE_X86_64_BUILD_TAG: "20241018-no-selinux"
ALPINE_X86_64_LAVA_SSH_TAG: "20240401-wlproto"
FEDORA_X86_64_BUILD_TAG: "20240717-pyyaml"
FEDORA_X86_64_BUILD_TAG: "20241018-no-selinux"
KERNEL_TAG: "v6.6.21-mesa-f8ea"
KERNEL_REPO: "gfx-ci/linux"
PKG_REPO_REV: "bca9635d"