mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
sys-devel/rust-std: use edo in src_compile
Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
|
||||
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
|
||||
DESCRIPTION="Rust standard library, standalone (for crossdev)"
|
||||
HOMEPAGE="https://www.rust-lang.org"
|
||||
@@ -136,9 +136,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
env RUST_BACKTRACE=1 \
|
||||
edo env RUST_BACKTRACE=1 \
|
||||
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
|
||||
library/std --stage 0 || die
|
||||
library/std --stage 0
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
|
||||
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
|
||||
DESCRIPTION="Rust standard library, standalone (for crossdev)"
|
||||
HOMEPAGE="https://www.rust-lang.org"
|
||||
@@ -140,9 +140,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
env RUST_BACKTRACE=1 \
|
||||
edo env RUST_BACKTRACE=1 \
|
||||
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
|
||||
library/std --stage 0 || die
|
||||
library/std --stage 0
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
|
||||
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
|
||||
DESCRIPTION="Rust standard library, standalone (for crossdev)"
|
||||
HOMEPAGE="https://www.rust-lang.org"
|
||||
@@ -136,9 +136,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
env RUST_BACKTRACE=1 \
|
||||
edo env RUST_BACKTRACE=1 \
|
||||
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
|
||||
library/std --stage 0 || die
|
||||
library/std --stage 0
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
|
||||
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
|
||||
DESCRIPTION="Rust standard library, standalone (for crossdev)"
|
||||
HOMEPAGE="https://www.rust-lang.org"
|
||||
@@ -136,9 +136,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
env RUST_BACKTRACE=1 \
|
||||
edo env RUST_BACKTRACE=1 \
|
||||
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
|
||||
library/std --stage 0 || die
|
||||
library/std --stage 0
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
|
||||
DESCRIPTION="Rust standard library, standalone (for crossdev)"
|
||||
HOMEPAGE="https://www.rust-lang.org"
|
||||
@@ -136,9 +136,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
env RUST_BACKTRACE=1 \
|
||||
edo env RUST_BACKTRACE=1 \
|
||||
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
|
||||
library/std --stage 0 || die
|
||||
library/std --stage 0
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
|
||||
DESCRIPTION="Rust standard library, standalone (for crossdev)"
|
||||
HOMEPAGE="https://www.rust-lang.org"
|
||||
@@ -136,9 +136,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
env RUST_BACKTRACE=1 \
|
||||
edo env RUST_BACKTRACE=1 \
|
||||
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
|
||||
library/std --stage 0 || die
|
||||
library/std --stage 0
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
|
||||
DESCRIPTION="Rust standard library, standalone (for crossdev)"
|
||||
HOMEPAGE="https://www.rust-lang.org"
|
||||
@@ -136,9 +136,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
env RUST_BACKTRACE=1 \
|
||||
edo env RUST_BACKTRACE=1 \
|
||||
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
|
||||
library/std --stage 0 || die
|
||||
library/std --stage 0
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
|
||||
DESCRIPTION="Rust standard library, standalone (for crossdev)"
|
||||
HOMEPAGE="https://www.rust-lang.org"
|
||||
@@ -136,9 +136,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
env RUST_BACKTRACE=1 \
|
||||
edo env RUST_BACKTRACE=1 \
|
||||
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
|
||||
library/std --stage 0 || die
|
||||
library/std --stage 0
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
|
||||
DESCRIPTION="Rust standard library, standalone (for crossdev)"
|
||||
HOMEPAGE="https://www.rust-lang.org"
|
||||
@@ -136,9 +136,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
env RUST_BACKTRACE=1 \
|
||||
edo env RUST_BACKTRACE=1 \
|
||||
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
|
||||
library/std --stage 0 || die
|
||||
library/std --stage 0
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
|
||||
DESCRIPTION="Rust standard library, standalone (for crossdev)"
|
||||
HOMEPAGE="https://www.rust-lang.org"
|
||||
@@ -134,9 +134,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
env RUST_BACKTRACE=1 \
|
||||
edo env RUST_BACKTRACE=1 \
|
||||
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
|
||||
library/std --stage 0 || die
|
||||
library/std --stage 0
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
|
||||
DESCRIPTION="Rust standard library, standalone (for crossdev)"
|
||||
HOMEPAGE="https://www.rust-lang.org"
|
||||
@@ -134,9 +134,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
env RUST_BACKTRACE=1 \
|
||||
edo env RUST_BACKTRACE=1 \
|
||||
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
|
||||
library/std --stage 0 || die
|
||||
library/std --stage 0
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
|
||||
|
||||
DESCRIPTION="Rust standard library, standalone (for crossdev)"
|
||||
HOMEPAGE="https://www.rust-lang.org"
|
||||
@@ -134,9 +134,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
env RUST_BACKTRACE=1 \
|
||||
edo env RUST_BACKTRACE=1 \
|
||||
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
|
||||
library/std --stage 0 || die
|
||||
library/std --stage 0
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs verify-sig
|
||||
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs verify-sig
|
||||
|
||||
DESCRIPTION="Rust standard library, standalone (for crossdev)"
|
||||
HOMEPAGE="https://www.rust-lang.org"
|
||||
@@ -161,9 +161,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
env RUST_BACKTRACE=1 \
|
||||
edo env RUST_BACKTRACE=1 \
|
||||
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
|
||||
library/std --stage 0 || die
|
||||
library/std --stage 0
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
Reference in New Issue
Block a user