From c91ff8308f417b37eaf04e106640ee8616eed404 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 7 Jul 2025 11:35:20 +0200 Subject: [PATCH] .github: use last known good revision of piglit Just using current master is too unstable and currently breaking tests. Signed-off-by: Enrico Weigelt, metux IT consult --- .github/scripts/install-prereq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/install-prereq.sh b/.github/scripts/install-prereq.sh index 2152cd8b7a..7a08a77763 100755 --- a/.github/scripts/install-prereq.sh +++ b/.github/scripts/install-prereq.sh @@ -28,7 +28,7 @@ build_ac xset https://gitlab.freedesktop.org/xorg/app/xset fi build_ac_xts xts https://gitlab.freedesktop.org/xorg/test/xts master 12a887c2c72c4258962b56ced7b0aec782f1ffed -clone_source piglit https://gitlab.freedesktop.org/mesa/piglit main # 265896c86f90cb72e8f218ba6a3617fca8b9a1e3 +clone_source piglit https://gitlab.freedesktop.org/mesa/piglit main 265896c86f90cb72e8f218ba6a3617fca8b9a1e3 echo '[xts]' > piglit/piglit.conf echo "path=$X11_BUILD_DIR/xts" >> piglit/piglit.conf