ci: move patches to patches directory
authorHelen Koike <helen.koike@collabora.com>
Thu, 1 Dec 2022 23:24:12 +0000 (20:24 -0300)
committerHelen Koike <helen.koike@collabora.com>
Wed, 25 Jan 2023 11:58:25 +0000 (08:58 -0300)
Group all patches in a directory.
Improve organization to organize the current and future patches.

Signed-off-by: Helen Koike <helen.koike@collabora.com>
Reviewed-by: Sergi Blanch Torné <sergi.blanch.torne@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20019>

.gitlab-ci/container/build-skqp.sh
.gitlab-ci/container/patches/build-skqp_BUILD.gn.patch [moved from .gitlab-ci/container/build-skqp_BUILD.gn.patch with 100% similarity]
.gitlab-ci/container/patches/build-skqp_fetch_gn.patch [moved from .gitlab-ci/container/build-skqp_fetch_gn.patch with 100% similarity]
.gitlab-ci/container/patches/build-skqp_git-sync-deps.patch [moved from .gitlab-ci/container/build-skqp_git-sync-deps.patch with 100% similarity]
.gitlab-ci/container/patches/build-skqp_gl.patch [moved from .gitlab-ci/container/build-skqp_gl.patch with 100% similarity]
.gitlab-ci/container/patches/build-skqp_is_clang.py.patch [moved from .gitlab-ci/container/build-skqp_is_clang.py.patch with 100% similarity]
.gitlab-ci/container/patches/build-skqp_nima.patch [moved from .gitlab-ci/container/build-skqp_nima.patch with 100% similarity]

index c91dfda..6ab90fc 100755 (executable)
@@ -49,7 +49,7 @@ download_skia_source() {
 set -ex
 
 SCRIPT_DIR=$(realpath "$(dirname "$0")")
-SKQP_PATCH_DIR="${SCRIPT_DIR}"
+SKQP_PATCH_DIR="${SCRIPT_DIR}/patches"
 BASE_ARGS_GN_FILE="${SCRIPT_DIR}/build-skqp_base.gn"
 
 SKQP_ARCH=${SKQP_ARCH:-x64}