From 1e3cf9b9fdcf9a7b7ffc18a2e6148465b154e66b Mon Sep 17 00:00:00 2001 From: Nobuaki Sukegawa Date: Mon, 26 Sep 2016 00:22:29 +0900 Subject: [PATCH] THRIFT-3826 Appveyor builds cannot download winflexbison properly Use appveyor-retry for winflexbison to alleviate the problem. This closes #1095 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index cef707ec7..4324c6368 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,7 +56,7 @@ install: - move WIN32-Code\event2\* include\event2\ - move *.h include\ - cd .. -- cinst winflexbison +- appveyor-retry cinst -y winflexbison - appveyor DownloadFile http://www.us.apache.org/dist/ant/binaries/apache-ant-%ANT_VERSION%-bin.zip - 7z x apache-ant-%ANT_VERSION%-bin.zip > nul - cd %APPVEYOR_BUILD_FOLDER%