This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 348de16  THRIFT-5394 AppVeyor CI tries to download outdated cmake 
Client: build process Patch: Jens Geyer
348de16 is described below

commit 348de16250f043236a26e0856150301eac3e6477
Author: Jens Geyer <[email protected]>
AuthorDate: Fri Apr 9 23:14:16 2021 +0200

    THRIFT-5394 AppVeyor CI tries to download outdated cmake
    Client: build process
    Patch: Jens Geyer
    
    This closes #2385
---
 build/appveyor/CYGW-appveyor-install.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/appveyor/CYGW-appveyor-install.bat 
b/build/appveyor/CYGW-appveyor-install.bat
index 69a159f..4cdc8ea 100644
--- a/build/appveyor/CYGW-appveyor-install.bat
+++ b/build/appveyor/CYGW-appveyor-install.bat
@@ -47,4 +47,4 @@ CALL cl_showenv.bat                        || EXIT /B
 ::
 
 %BASH% -lc "apt-cyg remove cmake"
-%BASH% -lc "cd / && wget 
http://mirror.clarkson.edu/cygwin/x86_64/release/cmake/cmake-3.14.5-1.tar.xz && 
tar xJf cmake-3.14.5-1.tar.xz && hash -r && cmake --version"
+%BASH% -lc "cd / && wget 
http://mirror.clarkson.edu/cygwin/x86_64/release/cmake/cmake-3.20.0-1.tar.xz && 
tar xJf cmake-3.20.0-1.tar.xz && hash -r && cmake --version"

Reply via email to