]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Update ccache to 4.8.3
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 17 Sep 2023 13:29:58 +0000 (13:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 Sep 2023 14:07:59 +0000 (14:07 +0000)
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>
ccache/ccache.nm

index 450b40446a9f3d806072dc0d3be76035ec3690f7..0f0536623e9e42ad7efaa0520ff348fc7ad9fa0d 100644 (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")