You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ze...@apache.org on 2020/11/20 01:19:55 UTC

[thrift] 01/05: FixDownLoadErrorInCi

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

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

commit 384a29616eb01854f85b353cd30d57cb5b83c4fc
Author: zeshuai007 <51...@qq.com>
AuthorDate: Sat Oct 24 09:49:54 2020 +0800

    FixDownLoadErrorInCi
---
 build/appveyor/MSYS-appveyor-install.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/appveyor/MSYS-appveyor-install.bat b/build/appveyor/MSYS-appveyor-install.bat
index a818df3..6357f23 100644
--- a/build/appveyor/MSYS-appveyor-install.bat
+++ b/build/appveyor/MSYS-appveyor-install.bat
@@ -26,7 +26,7 @@ CALL cl_setenv.bat                         || EXIT /B
 CALL cl_showenv.bat                        || EXIT /B
 
 :: We're going to keep boost at a version cmake understands
-SET BOOSTPKG=mingw-w64-x86_64-boost-1.64.0-3-any.pkg.tar.xz
+SET BOOSTPKG=mingw-w64-x86_64-boost-1.71.0-1-any.pkg.tar.xz
 SET IGNORE=--ignore mingw-w64-x86_64-boost
 
 SET PACKAGES=^