Module: Mesa Branch: main Commit: 124b4097f32cfee511762b187f1450e6820def3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=124b4097f32cfee511762b187f1450e6820def3e
Author: Eric Engestrom <e...@igalia.com> Date: Thu Nov 2 17:20:01 2023 +0000 ci/build-deqp: move mkdir earlier Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26013> --- .gitlab-ci/container/build-deqp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/build-deqp.sh b/.gitlab-ci/container/build-deqp.sh index fe93e594940..c04be73d317 100644 --- a/.gitlab-ci/container/build-deqp.sh +++ b/.gitlab-ci/container/build-deqp.sh @@ -21,6 +21,8 @@ git clone \ /VK-GL-CTS pushd /VK-GL-CTS +mkdir -p /deqp + # Patches to VulkanCTS may come from commits in their repo (listed in # cts_commits_to_backport) or patch files stored in our repo (in the patch # directory `$OLDPWD/.gitlab-ci/container/patches/` listed in cts_patch_files). @@ -55,8 +57,6 @@ done # always goes through ssh or https. python3 external/fetch_sources.py --insecure -mkdir -p /deqp - # Save the testlog stylesheets: cp doc/testlog-stylesheet/testlog.{css,xsl} /deqp popd