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-09-08 10:34:04 +0200
commit60f4ba7b591a4b37b6f125aec5bec0bb42670f68 (patch)
tree39eb18a25fe6f0a48c2171ef51e5a48b0e43ed49
parent98b434d00db2ea28f0255317330f556cbc504983 (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 70ef6467..48cf6606 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: