gitlab-ci: bump piglit checkout commit
authorTimothy Arceri <tarceri@itsqueeze.com>
Tue, 19 Nov 2019 11:22:59 +0000 (22:22 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Wed, 20 Nov 2019 05:05:56 +0000 (05:05 +0000)
.gitlab-ci.yml
.gitlab-ci/container/x86_test.sh

index 30a370c..b3888d5 100644 (file)
@@ -103,7 +103,7 @@ x86_build:
 x86_test:
   extends: x86_build
   variables:
-    DEBIAN_TAG: &x86_test "2019-11-15"
+    DEBIAN_TAG: &x86_test "2019-11-20-2"
 
 # Debian 9 based x86 build image (old LLVM)
 x86_build_old:
index bb48c47..0583511 100644 (file)
@@ -57,7 +57,7 @@ apt-get install -y --no-remove \
 
 git clone https://gitlab.freedesktop.org/mesa/piglit.git --single-branch --no-checkout /piglit
 pushd /piglit
-git checkout 594edcc00d55028d4c815f6192ba9885b2340eb6
+git checkout d5aa2cf85503c5339cd8dff04b709acb8085ad93
 patch -p1 <$OLDPWD/.gitlab-ci/piglit/disable-vs_in.diff
 cmake -G Ninja -DCMAKE_BUILD_TYPE=Release
 ninja -j4