From: Erwan Velu Date: Wed, 2 Jun 2021 13:05:17 +0000 (+0200) Subject: ci: Installing missing toolchain X-Git-Tag: fio-3.28~62^2~2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=f34b0a0320e0511c5de7f41c1496f11708ff64c1 ci: Installing missing toolchain 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 --- diff --git a/ci/appveyor-install.sh b/ci/appveyor-install.sh index c73e4cb5..5f873a20 100755 --- a/ci/appveyor-install.sh +++ b/ci/appveyor-install.sh @@ -31,6 +31,7 @@ case "${DISTRO}" in 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