From db44ea38483409e530f0a9a6854fd99d14ba7d8f Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 16 Jun 2026 15:04:45 +0200 Subject: [PATCH] fixup! azure-pipelines: build, sign and stage the Windows installer For now, we opt out of building with the Rust bits. Signed-off-by: Johannes Schindelin --- .azure-pipelines/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/release.yml b/.azure-pipelines/release.yml index da06337801a344..e05c5c108eb75a 100644 --- a/.azure-pipelines/release.yml +++ b/.azure-pipelines/release.yml @@ -290,6 +290,8 @@ extends: - task: Bash@3 displayName: 'Build mingw-w64-git package' env: + # Git v2.55 still builds without Rust. + NO_RUST: ForNow # The mingw-w64-git build is heavy on parallel work # that the underlying compile (and especially the # contrib + doc + i18n + perl-script generation