From 8b711780d72f9ae1ea828d373d330f40baf3062f Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Sun, 12 Apr 2020 01:33:09 +0200 Subject: [PATCH] Update the base system of MinGW docker The current upstream seems to need an update of the base libs in order to run the MinGW compiler. --- .travis/install_mingw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install_mingw.sh b/.travis/install_mingw.sh index f97ee3d8..882b5d52 100755 --- a/.travis/install_mingw.sh +++ b/.travis/install_mingw.sh @@ -3,6 +3,6 @@ set -ex . .travis/docker_container.sh -buildenv_as_root pacman -Sqy --noconfirm +buildenv_as_root pacman -Sqyu --noconfirm buildenv_as_root pacman -Sq --noconfirm base-devel wget mingw-w64-cmake mingw-w64-gcc mingw-w64-pkg-config mingw-w64-libsndfile buildenv i686-w64-mingw32-gcc -v && buildenv i686-w64-mingw32-g++ -v && buildenv i686-w64-mingw32-cmake --version