]> git.proxmox.com Git - mirror_edk2.git/blobdiff - .azurepipelines/templates/platform-build-run-steps.yml
.azurepipelines: Use alternate cmocka repo
[mirror_edk2.git] / .azurepipelines / templates / platform-build-run-steps.yml
index 97e7faa266825563df97284b3e6f05f49e72d159..b712e2fafafba4a049f676f46014eb424ba4d7bd 100644 (file)
@@ -51,6 +51,9 @@ steps:
 # Set default\r
 - bash: echo "##vso[task.setvariable variable=pkg_count]${{ 1 }}"\r
 \r
+# Use altername cmocka repo\r
+- bash: git config --global url.https://github.com/neverware-mirrors/cmocka.git.insteadOf https://git.cryptomilk.org/projects/cmocka.git\r
+\r
 # Fetch the target branch so that pr_eval can diff them.\r
 # Seems like azure pipelines/github changed checkout process in nov 2020.\r
 - script: git fetch origin $(System.PullRequest.targetBranch)\r