mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
eclass/cargo: Sync with Gentoo
It's from Gentoo commit ddb45b4bb42a99dcf16bcfbbd59a8028fd14187e.
This commit is contained in:
parent
d036a2e38f
commit
684ba2c2a0
@ -396,6 +396,9 @@ cargo_gen_config() {
|
||||
jobs = $(makeopts_jobs)
|
||||
incremental = false
|
||||
|
||||
[env]
|
||||
RUST_TEST_THREADS = "$(makeopts_jobs)"
|
||||
|
||||
[term]
|
||||
verbose = true
|
||||
$([[ "${NOCOLOR}" = true || "${NOCOLOR}" = yes ]] && echo "color = 'never'")
|
||||
|
Loading…
Reference in New Issue
Block a user