This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch quattuor in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
commit 8ef36b3d93ed3b7a7c58c02610135d24b9737560 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Sat Oct 28 10:24:45 2023 +0200 Fix VS compiler download URL --- .appveyor.yml | 8 ++++---- ChangeLog | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 843c314..9b3fe36 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -28,8 +28,8 @@ install: - cmd: if %platform%==x64 set DOWNLOAD_PLATFORM=amd64 - cmd: if %platform%==x86 set APACHE_DOWNLOAD_PLATFORM=win32 - cmd: if %platform%==x64 set APACHE_DOWNLOAD_PLATFORM=win64 - - cmd: if %platform%==x86 set CMAKE_GENERATOR="Visual Studio 15" - - cmd: if %platform%==x64 set CMAKE_GENERATOR="Visual Studio 15 Win64" + - cmd: if %platform%==x86 set CMAKE_GENERATOR="Visual Studio 17" + - cmd: if %platform%==x64 set CMAKE_GENERATOR="Visual Studio 17 Win64" - cmd: set IRONTCL_VERSION="8.6.7" - cmd: appveyor DownloadFile https://www.irontcl.com/downloads/irontcl-%DOWNLOAD_PLATFORM%-%IRONTCL_VERSION%.zip - cmd: cmake -E tar xf irontcl-%DOWNLOAD_PLATFORM%-%IRONTCL_VERSION%.zip @@ -38,8 +38,8 @@ install: - cmd: set TCL_TCLSH=%cd%\IronTcl\bin\tclsh86t.exe - cmd: set TK_WISH=%cd%\IronTcl\bin\wish86t.exe # Install Apache - - cmd: set APACHE_VERSION="2.4.37" - - cmd: set APACHE_COMPILER="VC15" + - cmd: set APACHE_VERSION="2.4.58" + - cmd: set APACHE_COMPILER="VC17" - cmd: appveyor DownloadFile https://home.apache.org/~steffenal/%APACHE_COMPILER%/binaries/httpd-%APACHE_VERSION%-%APACHE_DOWNLOAD_PLATFORM%-%APACHE_COMPILER%.zip - cmd: cmake -E tar xf httpd-%APACHE_VERSION%-%APACHE_DOWNLOAD_PLATFORM%-%APACHE_COMPILER%.zip - cmd: set APACHE_ROOT=%cd%\Apache24 diff --git a/ChangeLog b/ChangeLog index 30f3a41..e6561b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2023-10-28 Massimo Manghi <mxman...@apache.org> + * .appveyor.yml: Fix Windows compiler download URL + 2023-10-03 Massimo Manghi <mxman...@apache.org> * tests/rivet.tcl: fixed regression bug in the controlling environment variables --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org