File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ echo Got SDK version %GOT_SDK_VER%
28
28
if NOT " %GOT_SDK_VER% " == " %PHP_BUILD_SDK_BRANCH:~8 % " (
29
29
echo Switching to the configured SDK version %SDK_BRANCH:~8 %
30
30
echo Fetching remote SDK repository
31
- git -- git-dir=" %PHP_BUILD_CACHE_SDK_DIR% \.git" --work-tree=" %PHP_BUILD_CACHE_SDK_DIR% " fetch --prune origin 2 >& 1
31
+ git -q -- git-dir=" %PHP_BUILD_CACHE_SDK_DIR% \.git" --work-tree=" %PHP_BUILD_CACHE_SDK_DIR% " fetch --prune origin
32
32
echo Checkout SDK repository branch
33
- git --git-dir=" %PHP_BUILD_CACHE_SDK_DIR% \.git" --work-tree=" %PHP_BUILD_CACHE_SDK_DIR% " checkout --force %SDK_BRANCH%
33
+ git -q - -git-dir=" %PHP_BUILD_CACHE_SDK_DIR% \.git" --work-tree=" %PHP_BUILD_CACHE_SDK_DIR% " checkout --force %SDK_BRANCH%
34
34
)
35
35
36
36
if not exist " %SDK_RUNNER% " (
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ cmd /c configure.bat ^
84
84
--disable-test-ini
85
85
if %errorlevel% neq 0 exit /b 3
86
86
87
- nmake /NOLOGO
87
+ nmake /NOLOGO /S
88
88
if %errorlevel% neq 0 exit /b 3
89
89
90
90
exit /b 0
You can’t perform that action at this time.
0 commit comments