summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2021-09-01 16:08:10 +0200
committerMarge Bot <eric+marge@anholt.net>2021-09-10 18:15:45 +0000
commitd324748e92af2c596b71c7051e9c0c879fe9f525 (patch)
tree1a3438d6fc0eef018a3c0ae926eb6196a4d86f24 /.gitlab-ci
parent460ce7e75dfd9abf32c1ec7b7492a00a48bbb0d5 (diff)
ci: Uprev piglit to 99be1b06ff36
Brings in these changes: 99be1b06ff36 framework/replay: Display the image differences if any 3074b9c72b3d glsl-predication-on-large-array: Test predication on values from large array c97da22d35b4 cmake: Fix gbm test compiling 0cbccd68c3c1 piglit: Find our data directory when we're invoked through a symlink 4eb71fc10bbe arb_sso: add test that has explicit locations and array fields in ifc fa9c82380273 glsl-1.30: test shadow var in a switch aa7f042b0417 glsl-1.30: add tests for incorrect "compare to 0" optimizations 60138ef32ec1 add explicit tests for GetFragDataLocation/Index(gl_Frag*) 4a8806696b90 egl: add test for EGL_KHR_display_reference d6b7053b4e52 glsl-1.30: test that switch expression is evaluated once 8023a3c945c3 arb_shader_storage_buffer_object: Require extension on the new test 8820cac60827 pbobench: Fix sometimes-uninitialized warning. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12675>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/container/build-piglit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/container/build-piglit.sh b/.gitlab-ci/container/build-piglit.sh
index 99d67343e08..4a97aa41337 100644
--- a/.gitlab-ci/container/build-piglit.sh
+++ b/.gitlab-ci/container/build-piglit.sh
@@ -4,7 +4,7 @@ set -ex
git clone https://gitlab.freedesktop.org/mesa/piglit.git --single-branch --no-checkout /piglit
pushd /piglit
-git checkout 4545a28cd8fea03fbab0e5f90bfbd812c32f3be1
+git checkout 99be1b06ff360edc17e9117bd82189dbade42013
patch -p1 <$OLDPWD/.gitlab-ci/piglit/disable-vs_in.diff
cmake -S . -B . -G Ninja -DCMAKE_BUILD_TYPE=Release $PIGLIT_OPTS $EXTRA_CMAKE_ARGS
ninja $PIGLIT_BUILD_TARGETS