summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-08-10 10:21:41 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-08-12 10:31:33 +0200
commit62dc72ba38310a0421662e243672c0b7d92bad4b (patch)
tree486ad4729d5a13f6988a17807357ed159782800f
parent3fe5cea3967014b716db946296396b66d09ca598 (diff)
Disable incremental compilation
This might reduce build times, as it reduces the target/ size (which may also have benefits for the cache size). Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--.github/workflows/pull-request-checks.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index 8d830ae0..d11ab85f 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -6,6 +6,7 @@ on:
env:
CARGO_TERM_COLOR: always
+ CARGO_INCREMENTAL: 0
jobs:
block-fixup: