@eht16 commented on this pull request.
> + libcurl3-gnutls libgpgme11 libarchive13 libssl1.1 \ + # common useful utilities \ + wget curl less nano git gnupg2 file ca-certificates dos2unix \ + zip unzip xz-utils zstd \ + # build tools \ + build-essential automake autoconf autopoint gettext libtool check cppcheck \ + # genay-plugins autogen.sh requirements + intltool libglib2.0-dev \ + # 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 \ + # install NSIS and exiftool to inspect binary metadata + nsis libimage-exiftool-perl osslsigncode \ + # Geany build dependencies \ + python3-lxml python3-docutils See https://github.com/geany/geany-plugins/pull/1201/files#diff-306a1de5460f6947d8ee9383b366b8dcc6529fa5c4b18aa9523729d8456e3d0dR175 - this is the canonical place for installing necessary dependencies. The list here is rather some sort of cache or pre-installation of what is done in each CI run to speed up the build process. If at CI job execution time newer package versions are available than at build time of the Docker image, the newer versions are used at CI job execution. -- Reply to this email directly or view it on GitHub: https://github.com/geany/infrastructure/pull/7#discussion_r1002516477 You are receiving this because you are subscribed to this thread. Message ID: <geany/infrastructure/pull/7/review/[email protected]>
