You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2020/08/31 20:42:29 UTC

[thrift] branch master updated: Fix appveryor check Patch: Zezeng Wang

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 cc41c29  Fix appveryor check Patch: Zezeng Wang
cc41c29 is described below

commit cc41c29c08be3830104ef7bec2c181c99d40b1a3
Author: zeshuai007 <51...@qq.com>
AuthorDate: Sat Aug 22 15:08:22 2020 +0800

    Fix appveryor check
    Patch: Zezeng Wang
    
    This closes #2220
---
 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 72712b2..69a159f 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.13.1-1.tar.xz && tar xJf cmake-3.13.1-1.tar.xz && hash -r && cmake --version"
+%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"