Skip to content

Commit

Permalink
Revert "build: Updated winlibs gcc toolchain for windows build"
Browse files Browse the repository at this point in the history
This reverts commit 6eb0870.
  • Loading branch information
g-bougard committed May 10, 2024
1 parent 6eb0870 commit f8977f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ packaging:
to run an external command requiring elevated privilege.
So it is far more robust than preivous one.
* Update Windows MSI packing building process to use:
- gcc 14.1.0posix-18.1.5-11.0.1-msvcrt-r1
- gcc 13.2.0posix-18.1.5-11.0.1-msvcrt-r8
- msys2-base 20240113
- zlib 1.3.1
- OpenSSL 3.2.1
Expand Down
4 changes: 2 additions & 2 deletions contrib/windows/packaging/ToolchainBuildJob.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use parent 'Exporter';
use constant {
# Toolchain setup
TOOLCHAIN_BASE_URL => 'https://github.com/brechtsanders/winlibs_mingw/releases/download',
TOOLCHAIN_VERSION => '14.1.0posix-18.1.5-11.0.1-msvcrt-r1',
TOOLCHAIN_ARCHIVE => 'winlibs-x86_64-posix-seh-gcc-14.1.0-mingw-w64msvcrt-11.0.1-r1.zip',
TOOLCHAIN_VERSION => '13.2.0posix-18.1.5-11.0.1-msvcrt-r8',
TOOLCHAIN_ARCHIVE => 'winlibs-x86_64-posix-seh-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r8.zip',
};

sub toolchain_build_steps {
Expand Down

0 comments on commit f8977f3

Please sign in to comment.