mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
THRIFT-5394 AppVeyor CI tries to download outdated cmake
Client: build process Patch: Jens Geyer This closes #2385
This commit is contained in:
parent
728ba7f893
commit
348de16250
@ -47,4 +47,4 @@ CALL cl_showenv.bat || EXIT /B
|
|||||||
::
|
::
|
||||||
|
|
||||||
%BASH% -lc "apt-cyg remove cmake"
|
%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"
|
||||||
|
Loading…
Reference in New Issue
Block a user