gitlab-ci: bump piglit checkout commit
This commit is contained in:
@@ -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:
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user