Module: Mesa Branch: main Commit: 16201d58968da6cf073171f8a27b672ff772772f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=16201d58968da6cf073171f8a27b672ff772772f
Author: Eric Engestrom <[email protected]> Date: Fri Sep 8 18:34:52 2023 +0100 ci: drop unused shader-db clone + build from alpine image Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24504> --- .gitlab-ci/container/alpine/x86_64_build.sh | 7 ------- .gitlab-ci/image-tags.yml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitlab-ci/container/alpine/x86_64_build.sh b/.gitlab-ci/container/alpine/x86_64_build.sh index 54b8f3a3f91..3bca61a858e 100644 --- a/.gitlab-ci/container/alpine/x86_64_build.sh +++ b/.gitlab-ci/container/alpine/x86_64_build.sh @@ -59,13 +59,6 @@ apk add "${DEPS[@]}" "${EPHEMERAL[@]}" . .gitlab-ci/container/container_pre_build.sh -pushd /usr/local -git clone https://gitlab.freedesktop.org/mesa/shader-db.git --depth 1 -rm -rf shader-db/.git -cd shader-db -make -popd - ############### Uninstall the build software diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 0e95a94c229..0109fe1929a 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -25,7 +25,7 @@ variables: DEBIAN_X86_64_TEST_GL_TAG: "2023-09-18-deqp" DEBIAN_X86_64_TEST_VK_TAG: "2023-09-18-deqp" - ALPINE_X86_64_BUILD_TAG: "2023-05-01-3.18-bump-1" + ALPINE_X86_64_BUILD_TAG: "2023-08-04-shader-db" ALPINE_X86_64_LAVA_SSH_TAG: "2023-06-26-first-version" FEDORA_X86_64_BUILD_TAG: "2023-07-26-meson-1.2" KERNEL_ROOTFS_TAG: "2023-09-18-deqp"
