com php-src: don't backup older deps after upgrades: appveyor/build_task.bat
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 6afcd6c86abc59719aad286bab29ee51508eba9c Author: Anatol Belski <[email protected]> Mon, 24 Apr 2017 22:10:32 +0200 Parents: e969966468936cb65ab0a63a445663e6ba62a0c1 Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6afcd6c86abc59719aad286bab29ee51508eba9c Log: don't backup older deps after upgrades Changed paths: M appveyor/build_task.bat Diff: diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index a2fae99..ad3fbcd 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -19,7 +19,7 @@ set STABILITY=staging set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH% rem SDK is cached, deps info is cached as well echo Updating dependencies in %DEPS_DIR% -call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% +call phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% if %errorlevel% neq 0 exit /b 3 call buildconf.bat --force