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 c8dab1f37a74cc52090ba4ce018a0d552dcc637d Author: zeshuai007 <[email protected]> AuthorDate: Mon Oct 26 10:50:28 2020 +0800 try update the package to download the software --- build/appveyor/MING-appveyor-install.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/appveyor/MING-appveyor-install.bat b/build/appveyor/MING-appveyor-install.bat index 31b9bd7..d06e030 100644 --- a/build/appveyor/MING-appveyor-install.bat +++ b/build/appveyor/MING-appveyor-install.bat @@ -51,5 +51,6 @@ SET PACKAGES=^ :: %BASH% -lc "pacman --noconfirm -Syu %IGNORE%" || EXIT /B :: %BASH% -lc "pacman --noconfirm -Su %IGNORE%" || EXIT /B :: +%BASH% -lc "pacman -Scc" || EXIT /B +%BASH% -lc "pacman -Syyu" || EXIT /B %BASH% -lc "pacman --noconfirm %PACKAGES%" || EXIT /B -%BASH% -lc "wget http://repo.msys2.org/mingw/x86_64/%BOOSTPKG% && pacman -- noconfirm --needed -U %BOOSTPKG% && rm %BOOKSTPKG%" || EXIT /B
