Project

General

Profile

Feature #1818 » 0026-CI-Update-setup-msys2-to-version-2.30.0.patch

S3_2 - Marko Lindqvist, 12/27/2025 07:37 PM

View differences:

.github/workflows/ci.yml
# A mapping from msys2/setup-msys2 version to msys2 version can be
# found at
# https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md
# 2.29.0 provides msys2 snapshot 20250830
uses: msys2/setup-msys2@v2.29.0
# 2.30.0 provides msys2 snapshot 20251213
uses: msys2/setup-msys2@v2.30.0
with:
msystem: UCRT64
install: >
windows/installer_msys2/Makefile.meson
DLLPATH_PREFIX=/$(ARCHDIR)/bin/
ifeq ($(CI),yes)
ICUVER=77
ICUVER=78
RAV1E=librav1e.dll
SVTAV1ENV=libSvtAv1Enc-3.dll
XML2=libxml2-16.dll
else
ICUVER=75
RAV1E=rav1e.dll
SVTAV1ENV=libSvtAv1Enc-2.dll
XML2=libxml2-2.dll
endif
#
......
liblcms2-2.dll \
liblqr-1-0.dll \
libltdl-7.dll \
libxml2-2.dll \
$(XML2) \
libraqm-0.dll \
libunistring-5.dll \
exchndl.dll \
(3-3/3)