Skip to content

Commit 7c36fc1

Browse files
authored
Remove brew/openssl workaround (#5434)
The homebrew/openssl related workaround/fix started failing recently with: Error: No available formula or cask with the name "openssl@1.0.2t". When running: brew uninstall openssl@1.0.2t && rm -rf /usr/local/etc/openssl && rm -rf /usr/local/etc/openssl@1.1 @pjcollins thinks the original issue was fixed meanwhile, so we can remove it, instead of fixing it by forcing the uninstall.
1 parent cbbd853 commit 7c36fc1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

build-tools/automation/azure-pipelines.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,6 @@ stages:
405405
parameters:
406406
configuration: $(ApkTestConfiguration)
407407

408-
- script: 'brew uninstall openssl@1.0.2t && rm -rf /usr/local/etc/openssl && rm -rf /usr/local/etc/openssl@1.1'
409-
displayName: fix Homebrew
410-
411408
- script: mono $(System.DefaultWorkingDirectory)/build-tools/xaprepare/xaprepare/bin/$(ApkTestConfiguration)/xaprepare.exe --s=Required --auto-provision=yes --auto-provision-uses-sudo=yes --no-emoji --run-mode=CI
412409
displayName: install required brew tools and prepare java.interop
413410

0 commit comments

Comments
 (0)