This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via d7005ce84221354cadaebc46e708063d94ef2bde (commit) from a471762fb0d4d191f399487a45b2a39c391c055d (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d7005ce84221354cadaebc46e708063d94ef2bde Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Feb 25 13:55:16 2021 +0000
rust: Remove LLVM tools
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/i586/rust | 2 -- config/rootfiles/common/x86_64/rust | 2 -- lfs/rust | 3 +++ 3 files changed, 3 insertions(+), 4 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/i586/rust b/config/rootfiles/common/i586/rust index 5b3b498b5..4592d661f 100644 --- a/config/rootfiles/common/i586/rust +++ b/config/rootfiles/common/i586/rust @@ -25,8 +25,6 @@ #usr/lib/rustlib/etc/rust_types.py #usr/lib/rustlib/i686-unknown-linux-gnu #usr/lib/rustlib/i686-unknown-linux-gnu/bin -#usr/lib/rustlib/i686-unknown-linux-gnu/bin/rust-lld -#usr/lib/rustlib/i686-unknown-linux-gnu/bin/rust-llvm-dwp #usr/lib/rustlib/i686-unknown-linux-gnu/lib #usr/lib/rustlib/i686-unknown-linux-gnu/lib/libaddr2line-1110d28274a5a558.rlib #usr/lib/rustlib/i686-unknown-linux-gnu/lib/libadler-4b1049af3d913803.rlib diff --git a/config/rootfiles/common/x86_64/rust b/config/rootfiles/common/x86_64/rust index 421a7516c..f21cdc9fd 100644 --- a/config/rootfiles/common/x86_64/rust +++ b/config/rootfiles/common/x86_64/rust @@ -33,8 +33,6 @@ #usr/lib/rustlib/uninstall.sh #usr/lib/rustlib/x86_64-unknown-linux-gnu #usr/lib/rustlib/x86_64-unknown-linux-gnu/bin -#usr/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -#usr/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-llvm-dwp #usr/lib/rustlib/x86_64-unknown-linux-gnu/lib #usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-65e4f8df4b8bbd73.rlib #usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-c0e64497deb085aa.rlib diff --git a/lfs/rust b/lfs/rust index 32b917ebb..57cdd2290 100644 --- a/lfs/rust +++ b/lfs/rust @@ -91,5 +91,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --prefix=/usr \ --disable-ldconfig
+ # Remove LLVM tools + rm -vf /usr/lib/rustlib/$(RUST_BOOTSTRAP)/bin/rust-ll{d,vm-dwp} + @rm -rf $(DIR_APP) @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree