Skip to content

Commit ced36f9

Browse files
committed
Merge branch 'PHP-7.1'
* PHP-7.1: adjust deps dir naming scheme
2 parents 4f8b410 + 78bacba commit ced36f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor/build_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
1717
set BRANCH=master
1818
set STABILITY=staging
1919
)
20-
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%BRANCH%
20+
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
2121
rem SDK is cached, deps info is cached as well
2222
echo Updating dependencies in %DEPS_DIR%
2323
call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% --crt vc15

appveyor/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
1111
set BRANCH=master
1212
set STABILITY=staging
1313
)
14-
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%BRANCH%
14+
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
1515

1616
rem setup MySQL related exts
1717
set MYSQL_PWD=Password12!

0 commit comments

Comments
 (0)