Upgrading vendor folder dependencies.
This commit is contained in:
parent
4a0cbcd770
commit
acbe9ad9e5
229 changed files with 10735 additions and 4528 deletions
3
vendor/git.apache.org/thrift.git/build/appveyor/MSVC-appveyor-build.bat
generated
vendored
3
vendor/git.apache.org/thrift.git/build/appveyor/MSVC-appveyor-build.bat
generated
vendored
|
@ -21,8 +21,6 @@ CALL cl_setenv.bat || EXIT /B
|
|||
MKDIR "%BUILDDIR%" || EXIT /B
|
||||
CD "%BUILDDIR%" || EXIT /B
|
||||
|
||||
:: Haskell is disabled for cmake (Windows), see Jira THRIFT-4545
|
||||
|
||||
@ECHO ON
|
||||
cmake "%SRCDIR%" ^
|
||||
-G"%GENERATOR%" ^
|
||||
|
@ -38,7 +36,6 @@ CD "%BUILDDIR%" || EXIT /B
|
|||
-DOPENSSL_USE_STATIC_LIBS=OFF ^
|
||||
-DZLIB_LIBRARY="%WIN3P%\zlib-inst\lib\zlib%ZLIB_LIB_SUFFIX%.lib" ^
|
||||
-DZLIB_ROOT="%WIN3P%\zlib-inst" ^
|
||||
-DWITH_HASKELL=OFF ^
|
||||
-DWITH_PYTHON=%WITH_PYTHON% ^
|
||||
-DWITH_%THREADMODEL%THREADS=ON ^
|
||||
-DWITH_SHARED_LIB=OFF ^
|
||||
|
|
15
vendor/git.apache.org/thrift.git/build/appveyor/MSVC-appveyor-install.bat
generated
vendored
15
vendor/git.apache.org/thrift.git/build/appveyor/MSVC-appveyor-install.bat
generated
vendored
|
@ -31,14 +31,14 @@ choco feature enable -n allowGlobalConfirmation || EXIT /B
|
|||
:: Things to install when NOT running in appveyor:
|
||||
IF "%APPVEYOR_BUILD_ID%" == "" (
|
||||
cup -y chocolatey || EXIT /B
|
||||
cinst -c "%BUILDCACHE%" -y curl || EXIT /B
|
||||
cinst -c "%BUILDCACHE%" -y 7zip || EXIT /B
|
||||
cinst -c "%BUILDCACHE%" -y python3 || EXIT /B
|
||||
cinst -c "%BUILDCACHE%" -y openssl.light || EXIT /B
|
||||
cinst -y curl || EXIT /B
|
||||
cinst -y 7zip || EXIT /B
|
||||
cinst -y python3 || EXIT /B
|
||||
cinst -y openssl.light || EXIT /B
|
||||
)
|
||||
|
||||
cinst -c "%BUILDCACHE%" -y jdk8 || EXIT /B
|
||||
cinst -c "%BUILDCACHE%" -y winflexbison3 || EXIT /B
|
||||
cinst -y jdk8 || EXIT /B
|
||||
cinst -y winflexbison3 || EXIT /B
|
||||
|
||||
:: zlib - not available through chocolatey
|
||||
CD "%APPVEYOR_SCRIPTS%" || EXIT /B
|
||||
|
@ -56,5 +56,4 @@ pip.exe ^
|
|||
tornado ^
|
||||
twisted || EXIT /B
|
||||
|
||||
:: Haskell (GHC) and cabal (disabled: see Jira THRIFT-4545)
|
||||
:: cinst -c "%BUILDCACHE%" -y ghc || EXIT /B
|
||||
cinst -y ghc || EXIT /B
|
||||
|
|
1
vendor/git.apache.org/thrift.git/build/appveyor/cl_setenv.bat
generated
vendored
1
vendor/git.apache.org/thrift.git/build/appveyor/cl_setenv.bat
generated
vendored
|
@ -37,7 +37,6 @@ CALL cl_setcompiler.bat || EXIT /B
|
|||
CALL cl_setgenerator.bat || EXIT /B
|
||||
|
||||
SET APPVEYOR_SCRIPTS=%APPVEYOR_BUILD_FOLDER%\build\appveyor
|
||||
SET BUILDCACHE=%APPVEYOR_BUILD_FOLDER%\..\build\cache
|
||||
SET BUILDDIR=%APPVEYOR_BUILD_FOLDER%\..\build\%PROFILE%\%PLATFORM%
|
||||
SET INSTDIR=%APPVEYOR_BUILD_FOLDER%\..\build\%PROFILE%\%PLATFORM%
|
||||
SET SRCDIR=%APPVEYOR_BUILD_FOLDER%
|
||||
|
|
1
vendor/git.apache.org/thrift.git/build/appveyor/cl_showenv.bat
generated
vendored
1
vendor/git.apache.org/thrift.git/build/appveyor/cl_showenv.bat
generated
vendored
|
@ -38,7 +38,6 @@ ECHO BASH = %BASH%
|
|||
ECHO BOOST_ROOT = %BOOST_ROOT%
|
||||
ECHO BOOST_INCLUDEDIR = %BOOST_INCLUDEDIR%
|
||||
ECHO BOOST_LIBRARYDIR = %BOOST_LIBRARYDIR%
|
||||
ECHO BUILDCACHE = %BUILDCACHE%
|
||||
ECHO BUILDDIR = %BUILDDIR%
|
||||
ECHO COMPILER = %COMPILER%
|
||||
ECHO GENERATOR = %GENERATOR%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue