gitlab-ci: bump piglit checkout commit

This commit is contained in:
Timothy Arceri
2019-11-19 22:22:59 +11:00
parent af432be538
commit 530d3b2900
2 changed files with 2 additions and 2 deletions

View 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:

View 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