Skip to content

Commit 70ecfff

Browse files
continueOnError on Brew Workaround (#5555)
* continueOnError:true
1 parent 777f4ce commit 70ecfff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/ci/job-template.yml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
brew untap local/openssl |
6464
brew untap local/python2
6565
displayName: MacOS Homebrew bug Workaround
66+
continueOnError: true
6667
# Extra MacOS step required to install OS-specific dependencies
6768
- ${{ if eq(parameters.pool.name, 'Hosted macOS') }}:
6869
- script: brew update && brew unlink [email protected] && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force

build/vsts-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ phases:
5656
brew untap local/openssl |
5757
brew untap local/python2
5858
displayName: MacOS Homebrew bug Workaround
59+
continueOnError: true
5960
- script: brew update && brew unlink [email protected] && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force
6061
displayName: Install build dependencies
6162
- script: ./restore.sh

0 commit comments

Comments
 (0)