ci: Installing missing toolchain
authorErwan Velu <e.velu@criteo.com>
Wed, 2 Jun 2021 13:05:17 +0000 (15:05 +0200)
committerErwan Velu <e.velu@criteo.com>
Wed, 2 Jun 2021 13:06:21 +0000 (15:06 +0200)
When trying to rebuild a failed build on a real windows system,
the toolchain is missing.

Let's add the toolchain here so we can reuse the script locally too.

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

index c73e4cb53b814d3777efe612fb30748613ef00c6..5f873a20e010f932e03476e93808289491d108d8 100755 (executable)
@@ -31,6 +31,7 @@ case "${DISTRO}" in
         pacman.exe --noconfirm -S \
             mingw-w64-${PACKAGE_ARCH}-clang \
             mingw-w64-${PACKAGE_ARCH}-cunit \
         pacman.exe --noconfirm -S \
             mingw-w64-${PACKAGE_ARCH}-clang \
             mingw-w64-${PACKAGE_ARCH}-cunit \
+            mingw-w64-${PACKAGE_ARCH}-toolchain \
             mingw-w64-${PACKAGE_ARCH}-lld
         ;;
 esac
             mingw-w64-${PACKAGE_ARCH}-lld
         ;;
 esac