Module: Mesa
Branch: main
Commit: e7c0971b4f2656d43fc43c9a7d07f0ecb9b428dc
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7c0971b4f2656d43fc43c9a7d07f0ecb9b428dc

Author: Eric Engestrom <[email protected]>
Date:   Fri Sep  8 18:34:52 2023 +0100

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

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24504>

---

 .gitlab-ci/container/fedora/x86_64_build.sh | 7 -------
 .gitlab-ci/image-tags.yml                   | 2 +-
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/.gitlab-ci/container/fedora/x86_64_build.sh 
b/.gitlab-ci/container/fedora/x86_64_build.sh
index d03a5efb262..56e127ec320 100644
--- a/.gitlab-ci/container/fedora/x86_64_build.sh
+++ b/.gitlab-ci/container/fedora/x86_64_build.sh
@@ -105,13 +105,6 @@ pip install meson==1.2.0
 
 . .gitlab-ci/container/build-wayland.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 0109fe1929a..256f3e4b07d 100644
--- a/.gitlab-ci/image-tags.yml
+++ b/.gitlab-ci/image-tags.yml
@@ -27,7 +27,7 @@ variables:
 
    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"
+   FEDORA_X86_64_BUILD_TAG: "2023-08-04-shader-db"
    KERNEL_ROOTFS_TAG: "2023-09-18-deqp"
    KERNEL_TAG: "v6.4.12-for-mesa-ci-f6b4ad45f48d"
 

Reply via email to