Branch: refs/heads/builders_remove_wine32 Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 05 Jan 2025 12:01:16 UTC Commit: 270b4e80cd3770e3399139da0e4a4c9e02649bc8 https://github.com/geany/infrastructure/commit/270b4e80cd3770e3399139da0e4a4...
Log Message: ----------- Builders: Remove wine32 environment
These were necessary to execute and test the Windows installers of Geany and G-P as long as they have been 32bit executables.
Modified Paths: -------------- builders/Dockerfile.mingw64
Modified: builders/Dockerfile.mingw64 5 lines changed, 1 insertions(+), 4 deletions(-) =================================================================== @@ -26,8 +26,6 @@ LABEL org.opencontainers.image.licenses="GPL-2.0" RUN set -ex && \ # ensure /etc/mtab is available, pacman depends on it test -e /etc/mtab || ln -s /proc/mounts /etc/mtab && \ - # add i386 architecture for mingw64 - dpkg --add-architecture i386 && \ # add Debian backports for "pacman" package manager, can be removed after updating this image to Debian Bookworm echo "deb http://deb.debian.org/debian bullseye-backports main" > /etc/apt/sources.list.d/backports.list && \ apt-get update && \ @@ -44,7 +42,7 @@ RUN set -ex && \ # mingw-w64 \ gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 mingw-w64-x86-64-dev mingw-w64-tools \ # install wine to test installer and created binaries - wine wine32 wine64 \ + wine wine64 \ # install NSIS and exiftool to inspect binary metadata nsis libimage-exiftool-perl osslsigncode \ # Geany build dependencies \ @@ -60,7 +58,6 @@ WORKDIR /build
# start wine to initially create config directory RUN set -e && \ - /usr/local/bin/mingw-w64-i686-wine hostname.exe && \ /usr/local/bin/mingw-w64-x86_64-wine hostname.exe && \ # download MSYS2 keyring wget --no-verbose "https://repo.msys2.org/msys/x86_64/$%7BMSYS2_KEYRING_PKG%7D" && \
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).