Skip to content

Commit 0dad151

Browse files
Git for Windows Build Agentdscho
Git for Windows Build Agent
authored andcommitted
Prevent msys2-runtime-devel from being upgraded
It has been overridden with a version that does not hang Git's test suite This should have been part of ab74d76 (Prevent `msys2-runtime` from being upgraded, 2024-12-30). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a2e134f commit 0dad151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/pacman.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ HoldPkg = pacman
2121
Architecture = auto
2222

2323
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
24-
IgnorePkg = msys2-runtime
24+
IgnorePkg = msys2-runtime msys2-runtime-devel
2525
#IgnoreGroup =
2626

2727
#NoUpgrade =

0 commit comments

Comments
 (0)