summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-04-09 23:14:16 +0200
committerJens Geyer <jensg@apache.org>2021-05-13 21:17:08 +0200
commit348de16250f043236a26e0856150301eac3e6477 (patch)
tree37b3a29dae6ad6b60b9fc83f5a04b75dd6d15c80 /build
parent728ba7f8934c2dcc6108ab1f63c33f67979f788f (diff)
downloadthrift-348de16250f043236a26e0856150301eac3e6477.tar.gz
THRIFT-5394 AppVeyor CI tries to download outdated cmake
Client: build process Patch: Jens Geyer This closes #2385
Diffstat (limited to 'build')
-rw-r--r--build/appveyor/CYGW-appveyor-install.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/appveyor/CYGW-appveyor-install.bat b/build/appveyor/CYGW-appveyor-install.bat
index 69a159fd8..4cdc8ea0d 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"