diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-10 09:04:14 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-10 09:11:13 -0700 |
commit | 3f91edc472a50fcc6bb8cbe31cccd7e3fa62266d (patch) | |
tree | c40f1dd2699382531cefb669aa83fcc524d454cb /eclass | |
parent | app-admin/conky: Version bump. (diff) | |
download | gentoo-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.eclass | 1 |
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 |