From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 1/2] Update ccache to 4.8.3 Date: Sun, 17 Sep 2023 13:29:58 +0000 Message-ID: <20230917132959.184340-1-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0573090478979610107==" List-Id: --===============0573090478979610107== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The test suite does not create any problems so I enabled the test suite. Fixes: #13314 Signed-off-by: Jonatan Schlag --- 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 @@ ############################################################################= ### =20 name =3D ccache -version =3D 4.7.4 +version =3D 4.8.3 release =3D 1 =20 groups =3D Development/Compilers @@ -38,10 +38,9 @@ build make %{PARALLELISMFLAGS} end =20 - #test - # # XXX Disabled because the testsuite removes libzstd.so.1 - # make check - #end + test + make check + end =20 install_cmds CCACHE_PLATFORM_TARGET=3D$(echo %{DISTRO_MACHINE} | sed -e "s/-gnu//g") --=20 2.39.2 --===============0573090478979610107==--