From 1cff4cae671fb521c6664a1192197a45b50f3f4b Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 26 Aug 2025 19:02:46 +0200 Subject: [PATCH] .github: update piglit version Update piglit version used within the test stage to current master. 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 12017ba803..41274e8d5e 100755 --- a/.github/scripts/install-prereq.sh +++ b/.github/scripts/install-prereq.sh @@ -18,7 +18,7 @@ build_ac xset https://gitlab.freedesktop.org/xorg/app/xset fi build_ac_xts xts https://gitlab.freedesktop.org/xorg/test/xts 12a887c2c72c4258962b56ced7b0aec782f1ffed -clone_source piglit https://gitlab.freedesktop.org/mesa/piglit 265896c86f90cb72e8f218ba6a3617fca8b9a1e3 +clone_source piglit https://gitlab.freedesktop.org/mesa/piglit 28d1349844eacda869f0f82f551bcd4ac0c4edfe echo '[xts]' > piglit/piglit.conf echo "path=$X11_BUILD_DIR/xts" >> piglit/piglit.conf