ci: use gfx-ci/ci-deb-repo to get latest libdrm

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Pierre-Eric Pelloux-Prayer
2024-07-12 18:46:56 +02:00
parent 7c943d5a02
commit d1c7ab5bac
2 changed files with 4 additions and 1 deletions

View File

@@ -28,7 +28,8 @@ stages:
FDO_DISTRIBUTION_VERSION: bookworm-slim
FDO_DISTRIBUTION_EXEC: 'bash .gitlab-ci/debian-install.sh'
FDO_DISTRIBUTION_PACKAGES: 'ca-certificates'
FDO_DISTRIBUTION_TAG: "2024-02-24"
FDO_DISTRIBUTION_TAG: "2024-07-12-ci-deb-repo"
PKG_REPO_REV: "bca9635d"
container-build:
extends:

View File

@@ -4,6 +4,8 @@ set -e
set -o xtrace
echo 'deb-src https://deb.debian.org/debian bookworm main' >/etc/apt/sources.list.d/deb-src.list
echo "deb [trusted=yes] https://gitlab.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" | tee /etc/apt/sources.list.d/gfx-ci_.list
apt-get update
apt-get install -y git ca-certificates build-essential automake autoconf libtool pkg-config