gitlab-ci: Install g++-mingw-w64-x86-64-win32 instead of mingw-w64
authorMichel Dänzer <mdaenzer@redhat.com>
Mon, 27 Apr 2020 16:46:32 +0000 (18:46 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 14 May 2020 12:54:09 +0000 (12:54 +0000)
commitc059b2270724b2c02416d7d7d45e23a5e994cda5
tree071fb7f701548aeaef510521b603a895322b11f3
parentdcbb189bbeed39ab03b65fa821dec91cbb999f84
gitlab-ci: Install g++-mingw-w64-x86-64-win32 instead of mingw-w64

mingw-w64 pulls in a lot more packages we don't need.

g++-mingw-w64-x86-64-win32 is only available in Debian testing, so get
all mingw packages from there.

Acked-by: Andres Gomez <agomez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4851>
.gitlab-ci/container/x86_build.sh