mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
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 <arne_f@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
e275a07b67
commit
16b6a6fd2c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user