Skip to content

Commit

Permalink
Prevent msys2-runtime-devel from being upgraded
Browse files Browse the repository at this point in the history
It has been overridden with a version that does not hang Git's test suite

This should have been part of a35ee02 (Prevent `msys2-runtime` from
being upgraded, 2024-12-30).

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
Git for Windows Build Agent authored and dscho committed Jan 7, 2025
1 parent 936a639 commit c6eb09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
IgnorePkg = msys2-runtime
IgnorePkg = msys2-runtime msys2-runtime-devel

#NoUpgrade =
#NoExtract =
Expand Down Expand Up @@ -101,4 +101,4 @@ Include = /etc/pacman.d/mirrorlist.msys
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
#Server = file:///home/custompkgs

0 comments on commit c6eb09c

Please sign in to comment.