Skip to content

Commit aa2f13b

Browse files
committed
/deploy: no longer deploy the i686 MSYS variant of pcre2
It is no longer used by Git for Windows, and a hassle to keep working. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 12d1c31 commit aa2f13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitForWindowsHelper/slash-commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ module.exports = async (context, req) => {
200200
)
201201
}
202202

203-
if (package_name !== 'msys2-runtime') {
203+
if (package_name !== 'msys2-runtime' && package_name !== 'pcre2') {
204204
toTrigger.push(
205205
{ architecture: 'i686' }
206206
)

0 commit comments

Comments
 (0)