We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc47f8 commit acf7000Copy full SHA for acf7000
azure-pipelines.yml
@@ -208,7 +208,10 @@ phases:
208
$sdk_path = "$(Build.SourcesDirectory)\git-sdk-64"
209
init "$sdk_path" "https://dev.azure.com/git-for-windows/git-sdk-64/_git/git-sdk-64" 0
210
init usr\src\build-extra https://github.com/git-for-windows/build-extra 1
211
- displayName: 'initialize the Git for Windows SDK'
+
212
+ # Help MSYS2 runtime startup by initializing /etc/passwd
213
+ & "$sdk_path\git-cmd" --command=usr\\bin\\bash.exe -lc "mkpasswd -c >>/etc/passwd"; c
214
+ displayName: 'Initialize the Git for Windows SDK'
215
- powershell: |
216
# Helper to check the error level of the latest command (exit with error when appropriate)
217
function c() { if (!$?) { exit(1) } }
0 commit comments