Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: GitHub <noreply(a)github.com>
Date: Wed, 01 Jan 2025 12:54:52 UTC
Commit: 6391e35665b61c299e0875262f868714c88dddda
https://github.com/geany/infrastructure/commit/6391e35665b61c299e0875262f86…
Log Message:
-----------
Merge pull request #13 from geany/builder_use_win32_libstdcpp
Revert "Builders: Use "posix" variant of the mingw64 cross compiler"
Modified Paths:
--------------
builders/Dockerfile.mingw64
Modified: builders/Dockerfile.mingw64
8 lines changed, 1 insertions(+), 7 deletions(-)
===================================================================
@@ -50,13 +50,7 @@ RUN set -ex && \
# install NSIS and exiftool to inspect binary metadata
nsis libimage-exiftool-perl osslsigncode \
# Geany build dependencies \
- python3-lxml python3-docutils && \
- # Use the "posix" variant of the mingw64 cross compiler to have support for recent C++ features
- # like "std:future", see
- # https://salsa.debian.org/mingw-w64-team/gcc-mingw-w64/-/blob/master/debian/…
- # and https://sourceforge.net/p/mingw-w64/bugs/959/ for details.
- update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix && \
- update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
+ python3-lxml python3-docutils
# copy scripts
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/builder_use_win32_libstdcpp
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Wed, 01 Jan 2025 12:54:01 UTC
Commit: 24929e394d493a4ea37ebd3db26fa4b2b12a844a
https://github.com/geany/infrastructure/commit/24929e394d493a4ea37ebd3db26f…
Log Message:
-----------
Revert "Builders: Use "posix" variant of the mingw64 cross compiler"
This reverts commit 608f4df1e6aac75f830472ead9ad35fad9cf0f79.
After upgrading the Docker base image to Debian Trixie and so using
newer cross compiler toolchain versions, this hack might not be
necessary any longer.
Modified Paths:
--------------
builders/Dockerfile.mingw64
Modified: builders/Dockerfile.mingw64
8 lines changed, 1 insertions(+), 7 deletions(-)
===================================================================
@@ -50,13 +50,7 @@ RUN set -ex && \
# install NSIS and exiftool to inspect binary metadata
nsis libimage-exiftool-perl osslsigncode \
# Geany build dependencies \
- python3-lxml python3-docutils && \
- # Use the "posix" variant of the mingw64 cross compiler to have support for recent C++ features
- # like "std:future", see
- # https://salsa.debian.org/mingw-w64-team/gcc-mingw-w64/-/blob/master/debian/…
- # and https://sourceforge.net/p/mingw-w64/bugs/959/ for details.
- update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix && \
- update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
+ python3-lxml python3-docutils
# copy scripts
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Wed, 01 Jan 2025 12:54:01 UTC
Commit: 24929e394d493a4ea37ebd3db26fa4b2b12a844a
https://github.com/geany/infrastructure/commit/24929e394d493a4ea37ebd3db26f…
Log Message:
-----------
Revert "Builders: Use "posix" variant of the mingw64 cross compiler"
This reverts commit 608f4df1e6aac75f830472ead9ad35fad9cf0f79.
After upgrading the Docker base image to Debian Trixie and so using
newer cross compiler toolchain versions, this hack might not be
necessary any longer.
Modified Paths:
--------------
builders/Dockerfile.mingw64
Modified: builders/Dockerfile.mingw64
8 lines changed, 1 insertions(+), 7 deletions(-)
===================================================================
@@ -50,13 +50,7 @@ RUN set -ex && \
# install NSIS and exiftool to inspect binary metadata
nsis libimage-exiftool-perl osslsigncode \
# Geany build dependencies \
- python3-lxml python3-docutils && \
- # Use the "posix" variant of the mingw64 cross compiler to have support for recent C++ features
- # like "std:future", see
- # https://salsa.debian.org/mingw-w64-team/gcc-mingw-w64/-/blob/master/debian/…
- # and https://sourceforge.net/p/mingw-w64/bugs/959/ for details.
- update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix && \
- update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
+ python3-lxml python3-docutils
# copy scripts
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/builder_use_win32_libstdcpp
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Wed, 01 Jan 2025 12:52:38 UTC
Commit: 869c757be03218ea2e20b2dc81b339059ef496b3
https://github.com/geany/infrastructure/commit/869c757be03218ea2e20b2dc81b3…
Log Message:
-----------
Revert "Builders: Use "posix" variant of the mingw64 cross compiler"
This reverts commit 608f4df1e6aac75f830472ead9ad35fad9cf0f79.
Modified Paths:
--------------
builders/Dockerfile.mingw64
Modified: builders/Dockerfile.mingw64
8 lines changed, 1 insertions(+), 7 deletions(-)
===================================================================
@@ -50,13 +50,7 @@ RUN set -ex && \
# install NSIS and exiftool to inspect binary metadata
nsis libimage-exiftool-perl osslsigncode \
# Geany build dependencies \
- python3-lxml python3-docutils && \
- # Use the "posix" variant of the mingw64 cross compiler to have support for recent C++ features
- # like "std:future", see
- # https://salsa.debian.org/mingw-w64-team/gcc-mingw-w64/-/blob/master/debian/…
- # and https://sourceforge.net/p/mingw-w64/bugs/959/ for details.
- update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix && \
- update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
+ python3-lxml python3-docutils
# copy scripts
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).