commit:     2db933d77593bf4cb77cac1109d5b0a459b3a3ab
Author:     Michal Rostecki <vadorovsky <AT> protonmail <DOT> com>
AuthorDate: Wed Oct 22 14:43:07 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 24 09:31:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db933d7

dev-util/bpf-linker: Remove `RUSTC_BOOTSTRAP` environment variable

Since Rust 1.90.0, BPF sysroot is provided as part of dev-lang/rust
ebuild through the `rust_sysroots_bpf` USE flag and we don't build it
on demand anymore.

Signed-off-by: Michal Rostecki <vadorovsky <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44296
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/bpf-linker/bpf-linker-0.9.15-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-util/bpf-linker/bpf-linker-0.9.15-r1.ebuild 
b/dev-util/bpf-linker/bpf-linker-0.9.15-r1.ebuild
index 90672bce8be2..013ded64afd2 100644
--- a/dev-util/bpf-linker/bpf-linker-0.9.15-r1.ebuild
+++ b/dev-util/bpf-linker/bpf-linker-0.9.15-r1.ebuild
@@ -72,6 +72,4 @@ src_configure() {
        cargo_src_configure --no-default-features
 
        export "LLVM_SYS_${LLVM_SLOT}1_PREFIX"="$(get_llvm_prefix -d)"
-       # the package requires BPF target that is only available in nightly
-       export RUSTC_BOOTSTRAP=1
 }

Reply via email to