mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-03-24 01:24:31 +00:00
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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user