From patchwork Sun Sep 17 13:29:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 7192 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RpTMn50t0z3ws3 for ; Sun, 17 Sep 2023 13:31:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RpTMl1YWbz1XZ; Sun, 17 Sep 2023 13:30:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RpTMl0RSHz2yMt; Sun, 17 Sep 2023 13:30:59 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RpTMj57vZz2xmk for ; Sun, 17 Sep 2023 13:30:57 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RpTMh3lTczKl; Sun, 17 Sep 2023 13:30:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694957456; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=r+02AGyUnvr7iKqS1hMzZpTNgoMhTPKKH4S7uXOUIes=; b=QKr/lpo4/DPgzzUHCFpAX+UUkbNvYjwdOTscsF/nCghKBpZlmCDDvEvtImElBiDH9ifYCE 3Bz84NvdHyLlVRhk9sEZBM5bgF+/eR7K1SHmxToqeFDUVuijeg1vgzWAUa63gLu60u1wEF Wsaw3HVusBd7cOMnYtpvwBBVStmXWZl/eEhHX1HriPSwvwaER5/1nWlSNMJQsLkNY5GY9v EVpsjdENSYuKtSRZAukGU3BYHOFNHjzV+TAWgkZ+U+b/Qwo+w71B5jwdIpRzNRW8MNfmeF 7BgzqzUH5E481J40zLisUB7wVJ6IZWc/GJdXw+lJLQJXv9uBAkU30qTjDj0pXQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694957456; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=r+02AGyUnvr7iKqS1hMzZpTNgoMhTPKKH4S7uXOUIes=; b=zO5By7CrDryAhXAsENu7k1jXJ+z9YXDgkiY7L2UVYsjt9L6DM4Ym11Hpl5eySUodb9JgI+ LLb1B8kR0wnQLrBw== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 @@ ############################################################################### 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")