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 --- ccache/ccache.nm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/ccache/ccache.nm b/ccache/ccache.nm index 450b40446..0f0536623 100644 --- a/ccache/ccache.nm +++ b/ccache/ccache.nm @@ -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")