Module: Mesa Branch: main Commit: 6d013d1f13a0040b65ef9a76234e80865d966b2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d013d1f13a0040b65ef9a76234e80865d966b2a
Author: David Heidelberg <[email protected]> Date: Thu Jun 1 12:10:01 2023 +0200 ci/fedora: re-enable ccache Works well with Fedora 38, the offending bug was fixed. Reviewed-by: Eric Engestrom <[email protected]> Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23425> --- .gitlab-ci/container/fedora/x86_64_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/container/fedora/x86_64_build.sh b/.gitlab-ci/container/fedora/x86_64_build.sh index c10a122b777..f0aa5caf98f 100644 --- a/.gitlab-ci/container/fedora/x86_64_build.sh +++ b/.gitlab-ci/container/fedora/x86_64_build.sh @@ -21,6 +21,7 @@ EPHEMERAL=( DEPS=( bindgen bison + ccache clang-devel flex gcc
