commit:     3f91edc472a50fcc6bb8cbe31cccd7e3fa62266d
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 16:04:14 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon May 10 16:11:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f91edc4

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 <AT> gentoo.org>

 eclass/cargo.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index e2894b4588b..15b9d455bde 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

Reply via email to