Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Fixed broken brew command (#402)
Browse files Browse the repository at this point in the history
* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Update phase-template.yml

* Checking for extended tests

* Update phase-template.yml

* Final touches
  • Loading branch information
mstfbl authored and ganik committed Jan 4, 2020
1 parent 5f1a6f9 commit 4d66882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/ci/phase-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ phases:
- script: $(_buildScript) --configuration $(_configuration) --runTests $(_testOptions)
# Mac phases
- ${{ if eq(parameters.name, 'Mac') }}:
- script: brew update && brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f5b1ac99a7fba27c19cee0bc4f036775c889b359/Formula/libomp.rb mono-libgdiplus gettext && brew link gettext --force
# Note: Manual defining of the libomp URL below is needed to avoid error at runtime. Installing using 'brew install libomp' results in "Intel MKL FATAL ERROR: Cannot load libmkl_intel_thread.dylib."
- script: brew update && brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f5b1ac99a7fba27c19cee0bc4f036775c889b359/Formula/libomp.rb gettext && brew link gettext --force && brew unlink python@2 && brew install mono-libgdiplus
- ${{ if eq(parameters.testDistro, 'noTests') }}:
- script: chmod 777 $(_buildScript) && $(_buildScript) --configuration $(_configuration)
- ${{ if eq(parameters.testDistro, '') }}:
Expand Down

0 comments on commit 4d66882

Please sign in to comment.