From: Arne Fitzenreiter <arne_f@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/3] strip: exclude rust compiler
Date: Sun, 08 Oct 2023 09:27:20 +0200 [thread overview]
Message-ID: <20231008072722.3900296-1-arne_f@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 699 bytes --]
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 <arne_f(a)ipfire.org>
---
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
--
2.39.2
next reply other threads:[~2023-10-08 7:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-08 7:27 Arne Fitzenreiter [this message]
2023-10-08 7:27 ` [PATCH 2/3] grub: fix mkimage on riscv64 and fix cdrom Arne Fitzenreiter
2023-10-08 7:27 ` [PATCH 3/3] riscv64: enable some disabled addons Arne Fitzenreiter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231008072722.3900296-1-arne_f@ipfire.org \
--to=arne_f@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox