From 8805393600af01686a98eec3ee896df62a66549e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Thu, 22 May 2025 09:05:21 +0200 Subject: [PATCH] Disable Rust incremental build in CI --- .github/workflows/ci-rust.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index f82c7675f5..0274b446b4 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -46,6 +46,9 @@ jobs: runs-on: ubuntu-latest env: COVERAGE: 1 + # disable support for incremental builds, we always build from scratch anyway + # this makes the build slightly faster + CARGO_INCREMENTAL: 0 defaults: run: