]> Git Repo - J-u-boot.git/blobdiff - .azure-pipelines.yml
buildman: Add --allow-missing flag to allow missing blobs
[J-u-boot.git] / .azure-pipelines.yml
index bda762451fd004a563beea991eef12a5dd3d857b..665b5d2026f9b1cf055c979e01107765ee1cac84 100644 (file)
@@ -553,7 +553,7 @@ stages:
           cat << "EOF" >> build.sh
           if [[ "${BUILDMAN}" != "" ]]; then
               ret=0;
-              tools/buildman/buildman -o /tmp -P -E -W ${BUILDMAN} ${OVERRIDE} || ret=$?;
+              tools/buildman/buildman -o /tmp -PEWM ${BUILDMAN} ${OVERRIDE} || ret=$?;
               if [[ $ret -ne 0 ]]; then
                   tools/buildman/buildman -o /tmp -seP ${BUILDMAN};
                   exit $ret;
This page took 0.022619 seconds and 4 git commands to generate.