summaryrefslogtreecommitdiff
path: root/.gitlab-ci/container/x86_build.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/container/x86_build.sh')
-rw-r--r--.gitlab-ci/container/x86_build.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/.gitlab-ci/container/x86_build.sh b/.gitlab-ci/container/x86_build.sh
index 6346e12abaf..d9c88abf220 100644
--- a/.gitlab-ci/container/x86_build.sh
+++ b/.gitlab-ci/container/x86_build.sh
@@ -121,11 +121,6 @@ done
apt-get install -y --no-remove -t buster-backports \
llvm-8-dev \
-# for 64bit windows cross-builds
-apt-get install -y --no-remove \
- libz-mingw-w64-dev \
- mingw-w64
-
# Install packages we need from Debian testing last, to avoid pulling in more
@@ -136,6 +131,8 @@ apt-get install -y -t testing \
libstdc++6:s390x
apt-get install -y --no-remove -t testing \
+ g++-mingw-w64-x86-64-win32 \
+ libz-mingw-w64-dev \
wine \
wine32 \
wine64