File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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%
2828if NOT " %GOT_SDK_VER% " == " %PHP_BUILD_SDK_BRANCH:~8 % " (
2929 echo Switching to the configured SDK version %SDK_BRANCH:~8 %
3030 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
3232 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%
3434)
3535
3636if not exist " %SDK_RUNNER% " (
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ cmd /c configure.bat ^
8484 --disable-test-ini
8585if %errorlevel% neq 0 exit /b 3
8686
87- nmake /NOLOGO
87+ nmake /NOLOGO /S
8888if %errorlevel% neq 0 exit /b 3
8989
9090exit /b 0
You can’t perform that action at this time.
0 commit comments