public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] strip: exclude rust compiler
@ 2023-10-08  7:27 Arne Fitzenreiter
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Arne Fitzenreiter @ 2023-10-08  7:27 UTC (permalink / raw)
  To: development

[-- 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-08  7:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-08  7:27 [PATCH 1/3] strip: exclude rust compiler Arne Fitzenreiter
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox