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.
This commit is contained in:
Jean Pierre Cimalando 2020-04-12 01:33:09 +02:00
parent 1e6c0da220
commit 8b711780d7

View file

@ -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