summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2023-03-13 16:11:59 +0100
committerMarge Bot <emma+marge@anholt.net>2023-03-17 16:08:34 +0000
commit2b739ca31de481d7d297a13295f8b9f18e2c961a (patch)
tree48f473d59a49b217e86621590eac75bc35bdcb26 /.gitlab-ci
parentbca2bcfec92d34947e40c03a3cf0af1ef4ce35b0 (diff)
ci: Drop ccache from Fedora image
It started hanging in F36 as well. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21781>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/container/fedora/x86_build.sh1
-rw-r--r--.gitlab-ci/image-tags.yml2
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci/container/fedora/x86_build.sh b/.gitlab-ci/container/fedora/x86_build.sh
index a21daad5376..853a073222e 100644
--- a/.gitlab-ci/container/fedora/x86_build.sh
+++ b/.gitlab-ci/container/fedora/x86_build.sh
@@ -21,7 +21,6 @@ EPHEMERAL="
dnf install -y --setopt=install_weak_deps=False \
bison \
- ccache \
clang-devel \
flex \
gcc \
diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml
index af92f83e531..351265cd575 100644
--- a/.gitlab-ci/image-tags.yml
+++ b/.gitlab-ci/image-tags.yml
@@ -20,7 +20,7 @@ variables:
DEBIAN_X86_TEST_VK_TAG: "2023-02-20-uprev-deqp-v2"
ALPINE_X86_BUILD_TAG: "2023-02-26-add-bash-coreutils"
- FEDORA_X86_BUILD_TAG: "2023-02-09-f36"
+ FEDORA_X86_BUILD_TAG: "2023-03-13-no-ccache"
KERNEL_ROOTFS_TAG: "2023-03-13-virglrenderer-crosvm"
WINDOWS_X64_VS_PATH: "windows/x64_vs"