summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAustin Shafer <ashafer@nvidia.com>2022-09-02 11:54:05 -0400
committerOlivier Fourdan <fourdan@gmail.com>2023-03-03 14:18:49 +0000
commit5a742ab8763d7b041c427f1d725f6bbd7ae82fa1 (patch)
tree17d41629930b5843198fb7e65e91c95dccf24f38 /.gitlab-ci.yml
parentd5dd3f3ceea30034e0bde1d11b460149c9373b93 (diff)
downloadxserver-5a742ab8763d7b041c427f1d725f6bbd7ae82fa1.tar.gz
Add libdrm 2.4.109 requirement
Reviewed-by: Olivier Fourdan <ofourdan@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22769a047..b1e725331 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ variables:
FDO_UPSTREAM_REPO: xorg/xserver
FDO_DISTRIBUTION_VERSION: bullseye-slim
FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/debian-install.sh'
- FDO_DISTRIBUTION_TAG: "2022-11-24-new-wayland-protocols"
+ FDO_DISTRIBUTION_TAG: "2023-01-25-libdrm-update"
include:
- project: 'freedesktop/ci-templates'