From 2b739ca31de481d7d297a13295f8b9f18e2c961a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Mon, 13 Mar 2023 16:11:59 +0100 Subject: [PATCH] ci: Drop ccache from Fedora image It started hanging in F36 as well. Part-of: --- .gitlab-ci/container/fedora/x86_build.sh | 1 - .gitlab-ci/image-tags.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci/container/fedora/x86_build.sh b/.gitlab-ci/container/fedora/x86_build.sh index a21daad..853a073 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 af92f83..351265c 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" -- 2.7.4