From 994857099b419e67ca4939b1a3bd85e5096ba308 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 23 Jun 2026 14:50:25 +0200 Subject: [PATCH] coverity: skip building with Rust, for now CI runs in GitHub Actions runners are ill-equipped to build with Rust, as the Windows/GCC-compatible toolchain isn't set up. Signed-off-by: Johannes Schindelin --- .github/workflows/coverity.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 58a78f1eb3..69d00fb970 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -37,6 +37,7 @@ jobs: COVERITY_PROJECT: ${{ vars.COVERITY_PROJECT || 'git' }} COVERITY_LANGUAGE: cxx COVERITY_PLATFORM: overridden-below + NO_RUST: Yup steps: - uses: actions/checkout@v6 - name: install minimal Git for Windows SDK