summaryrefslogtreecommitdiff
path: root/appveyor/build_task.bat
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-04-24 22:14:30 +0200
committerAnatol Belski <ab@php.net>2017-04-24 22:14:30 +0200
commiteb68c0d525f21fd2f81e2c0833a75cc30df095ce (patch)
treecf0e6853e6524062300b896fb4db70cbe2745db1 /appveyor/build_task.bat
parentdca2a855c84b89b4f1fce5586662ff465598ab45 (diff)
parent44fdae4360b44df8150d14c032454c88c44da87d (diff)
downloadphp-git-eb68c0d525f21fd2f81e2c0833a75cc30df095ce.tar.gz
Merge branch 'PHP-7.1'
* PHP-7.1: don't backup older deps after upgrades update SDK version for AppVeyor
Diffstat (limited to 'appveyor/build_task.bat')
-rw-r--r--appveyor/build_task.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index 6b49d244d7..fc58929347 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% --crt %PHP_BUILD_CRT%
+call phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% --crt %PHP_BUILD_CRT%
if %errorlevel% neq 0 exit /b 3
call buildconf.bat --force