From 16b6a6fd2cb879c7ac65c77274e56986240d4b0f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 8 Oct 2023 09:27:20 +0200 Subject: [PATCH] strip: exclude rust compiler 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 Signed-off-by: Michael Tremer --- lfs/strip | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lfs/strip b/lfs/strip index 404db07273..8fc7218e19 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.5