From e1e10bd9c2e6e058b8c3bbefd7e92e0a761a2aaf 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 d067df3871..c7c0713a74 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 aae51229af810efba24412511f60602fab53eded -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