public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. d7005ce84221354cadaebc46e708063d94ef2bde
Date: Thu, 25 Feb 2021 13:55:31 +0000	[thread overview]
Message-ID: <4DmZ775PSHz2xb4@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2892 bytes --]

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(a)ipfire.org>
Date:   Thu Feb 25 13:55:16 2021 +0000

    rust: Remove LLVM tools
    
    Signed-off-by: Michael Tremer <michael.tremer(a)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

                 reply	other threads:[~2021-02-25 13:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DmZ775PSHz2xb4@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox