From: Arne Fitzenreiter Date: Sun, 8 Oct 2023 07:27:20 +0000 (+0200) Subject: strip: exclude rust compiler X-Git-Tag: v2.27-core181~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16b6a6fd2cb879c7ac65c77274e56986240d4b0f;p=ipfire-2.x.git 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 --- 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