summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-05-10 09:04:14 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-05-10 09:11:13 -0700
commit3f91edc472a50fcc6bb8cbe31cccd7e3fa62266d (patch)
treec40f1dd2699382531cefb669aa83fcc524d454cb /eclass
parentapp-admin/conky: Version bump. (diff)
downloadgentoo-3f91edc472a50fcc6bb8cbe31cccd7e3fa62266d.tar.gz
gentoo-3f91edc472a50fcc6bb8cbe31cccd7e3fa62266d.tar.bz2
gentoo-3f91edc472a50fcc6bb8cbe31cccd7e3fa62266d.zip
eclass/cargo.eclass: disable incremental builds
This should not affect us, but can trigger if running tests Upstream issue: https://github.com/rust-lang/rust/issues/84970 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cargo.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index e2894b4588b6..15b9d455bdef 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -142,6 +142,7 @@ cargo_gen_config() {
[build]
jobs = $(makeopts_jobs)
+ incremental = false
[term]
verbose = true