From 8945fd9429d005303064eb053dca51f877cf22c8 Mon Sep 17 00:00:00 2001 From: Antonio Velazquez Date: Wed, 16 Dec 2020 12:08:48 -0800 Subject: [PATCH 1/2] continueOnError:true --- build/vsts-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/vsts-ci.yml b/build/vsts-ci.yml index d956247b14..041cbe5660 100644 --- a/build/vsts-ci.yml +++ b/build/vsts-ci.yml @@ -56,6 +56,7 @@ phases: brew untap local/openssl | brew untap local/python2 displayName: MacOS Homebrew bug Workaround + continueOnError: true - script: brew update && brew unlink python@3.8 && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force displayName: Install build dependencies - script: ./restore.sh From 73488703391e978f2b1c873a52d6a9f83f9432f1 Mon Sep 17 00:00:00 2001 From: Antonio Velazquez Date: Wed, 16 Dec 2020 12:33:16 -0800 Subject: [PATCH 2/2] add to PR CI --- build/ci/job-template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/ci/job-template.yml b/build/ci/job-template.yml index 3dd53bf2ef..d8cbaac732 100644 --- a/build/ci/job-template.yml +++ b/build/ci/job-template.yml @@ -63,6 +63,7 @@ jobs: brew untap local/openssl | brew untap local/python2 displayName: MacOS Homebrew bug Workaround + continueOnError: true # Extra MacOS step required to install OS-specific dependencies - ${{ if eq(parameters.pool.name, 'Hosted macOS') }}: - script: brew update && brew unlink python@3.8 && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force