From patchwork Sun Oct 8 07:27:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 7270 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 4S3S0n2bb3z3wfw for ; Sun, 8 Oct 2023 16:14:33 +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 4S3S0h3PWhz1ty; Sun, 8 Oct 2023 16:14:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4S3S0g2JCyz2xPC; Sun, 8 Oct 2023 16:14:27 +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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4S3DJk6PTHz2yNJ for ; Sun, 8 Oct 2023 07:27:34 +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 4S3DJj5xnyzZ6; Sun, 8 Oct 2023 07:27:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1696750054; 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=OT7SlRhmWYZPvEFJPF+bpLKpBop24epK/8Vl9FC+gLY=; b=zcawoWCIceGicElZ4ggm2CWOAfPYxHKBIoACCOjRU8Zv89hPMaAb63UcDE4HgqLzjflojH 3wTOT3PS0//7gjBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1696750054; 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=OT7SlRhmWYZPvEFJPF+bpLKpBop24epK/8Vl9FC+gLY=; b=RQ7E1Mer2mJcoxJJnM+8KscjXqkgvU0QSYAFuUDaXHF/UOBSg/Gp0WI3CdexD8B3FaoTQx /JAOME2g+vLC5BiJM2Gl7VkJmRw4dCPcdCr9teGa9PwuoJXY+wkP2SAxILbI+t2aPQQMqJ AKNJRHuMRTBS7QfjbEyjMuBpPcGPLtdc6wOXiRYkuIxN3wP1skIEuhw4MgFHYAu9amxBJM hLVXmRP/PwiMyGTTSMf5666zY+oMfvkjyQYn2ZUCZUK6cNuxy0PTKjuOV78p4a4MnHfzMz xxpyeOQCOhbCH2u+5jeU+j4g5kmNXCPdbkWvyIoDwbkhYSMJ/BMEp2Ngf7jKYw== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH 1/3] strip: exclude rust compiler Date: Sun, 8 Oct 2023 09:27:20 +0200 Message-Id: <20231008072722.3900296-1-arne_f@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: HJTTLAPIALATKICCMMJHFNSMNAH3ZSTR X-Message-ID-Hash: HJTTLAPIALATKICCMMJHFNSMNAH3ZSTR X-MailFrom: arne_f@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Arne Fitzenreiter X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: this fail on riscv64 because it is compiled with lvm and we not need to strip not shipped buildtime deps. Signed-off-by: Arne Fitzenreiter --- lfs/strip | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lfs/strip b/lfs/strip index 404db0727..8fc7218e1 100644 --- a/lfs/strip +++ b/lfs/strip @@ -64,6 +64,11 @@ else --exclude=/usr/lib/go \ --exclude=/usr/lib/vdr \ --exclude=/usr/sbin/vdr \ + --exclude=/usr/bin/cargo \ + --exclude=/usr/bin/rustdoc \ + --exclude=/usr/bin/rustc \ + --exclude=/usr/libexec/rust-analyzer-proc-macro-srv \ + --exclude=/usr/libexec/cargo-credential-1password \ --exclude=/usr/src \ --exclude=/var/tmp endif