Update ccache to 4.8.3

The test suite does not create any problems so I enabled the test suite.

Fixes: #13314

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Jonatan Schlag 2023-09-17 13:29:58 +00:00 committed by Michael Tremer
parent 530748070e
commit f7215c42af
1 changed files with 4 additions and 5 deletions

View File

@ -4,7 +4,7 @@
###############################################################################
name = ccache
version = 4.7.4
version = 4.8.3
release = 1
groups = Development/Compilers
@ -38,10 +38,9 @@ build
make %{PARALLELISMFLAGS}
end
#test
# # XXX Disabled because the testsuite removes libzstd.so.1
# make check
#end
test
make check
end
install_cmds
CCACHE_PLATFORM_TARGET=$(echo %{DISTRO_MACHINE} | sed -e "s/-gnu//g")