From d166188b8486bc7968ec36ad489b363f81642fab Mon Sep 17 00:00:00 2001
From: Dave Airlie <airlied@redhat.com>
Date: Sat, 10 Oct 2020 05:53:12 +1000
Subject: [PATCH] ci: fix deqp clone + fetch

This was taking > 10 minutes and I got bored, don't do a depth 1 fetch
in the first place just to do a proper fetch later.

Acked-by: Eric Anholt <eric@anholt.net>
Acked-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7073>
---
 .gitlab-ci/build-deqp.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci/build-deqp.sh b/.gitlab-ci/build-deqp.sh
index ca749f4e9e81c..2de268286860a 100644
--- a/.gitlab-ci/build-deqp.sh
+++ b/.gitlab-ci/build-deqp.sh
@@ -7,12 +7,10 @@ git config --global user.name "Mesa CI"
 git clone \
     https://github.com/KhronosGroup/VK-GL-CTS.git \
     -b vulkan-cts-1.2.3.2 \
-    --depth 1 \
     /VK-GL-CTS
 pushd /VK-GL-CTS
 
 # cherry-pick fix for surfaceless config choosing:
-git fetch origin master
 git cherry-pick -x 8f3bfc6c7def0c0cb452d5dadf31aa7fef242365
 
 
-- 
GitLab