ci: Reporting installed msys2 packages
authorErwan Velu <e.velu@criteo.com>
Wed, 2 Jun 2021 13:52:06 +0000 (15:52 +0200)
committerErwan Velu <e.velu@criteo.com>
Wed, 2 Jun 2021 15:26:08 +0000 (17:26 +0200)
When reproducing a build locally, it's important to be on the same
release as the CI.

So let's listi the installed packages so we can compare the two builds more easily.

Signed-off-by: Erwan Velu <e.velu@criteo.com>
ci/appveyor-install.sh

index 5f873a20e010f932e03476e93808289491d108d8..3137f39ebe91424dc5cfbfc23d002796dc31cf1a 100755 (executable)
@@ -33,6 +33,7 @@ case "${DISTRO}" in
             mingw-w64-${PACKAGE_ARCH}-cunit \
             mingw-w64-${PACKAGE_ARCH}-toolchain \
             mingw-w64-${PACKAGE_ARCH}-lld
+        pacman.exe -Q # List installed packages
         ;;
 esac