ci: drop unused shader-db clone + build from alpine image

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24504>
This commit is contained in:
Eric Engestrom 2023-09-08 18:34:52 +01:00 committed by Marge Bot
parent ca92a10800
commit 16201d5896
2 changed files with 1 additions and 8 deletions

View file

@ -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

View file

@ -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"