From 8d1fa6acde2a78e10d28e212c58069132b70128c Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Fri, 28 Feb 2025 15:52:32 +0200 Subject: [PATCH] ci: Point to last commit of xf86-video-qxl instead of master branch This ensures that the tests don't start failing silently after new commits are added to the QXL driver. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 707deebb9..be9109896 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -266,7 +266,7 @@ xf86-driver-build-test: - REPO: https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel SHA: e6a4c4740c15ace9dd79dc7c18955f2eb413a6a5 # no release yet - REPO: https://gitlab.freedesktop.org/xorg/driver/xf86-video-qxl - SHA: master + SHA: 989ff620220e8d0555cec38c1508b57dfbcfb0c6 # no release yet - REPO: https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa SHA: xf86-video-vesa-2.6.0 - REPO: https://gitlab.freedesktop.org/xorg/driver/xf86-video-vmware