Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading