-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove no-longer-required
brew update
from CI commands (#20316)
- Loading branch information
Showing
5 changed files
with
5 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,8 @@ | ||
#!/bin/bash -eu | ||
|
||
echo "--- :arrow_down: Installing Release Dependencies" | ||
# Disabled to hopefully work past the failure seen in | ||
# https://buildkite.com/automattic/wordpress-ios/builds/12513#01865ef3-8a38-4303-b028-bead44ee943d | ||
# | ||
# ==> Installing [email protected] | ||
# ==> Pouring [email protected] | ||
# Error: The `brew link` step did not complete successfully | ||
# The formula built, but is not symlinked into /usr/local | ||
# Could not symlink bin/2to3 | ||
# Target /usr/local/bin/2to3 | ||
# is a symlink belonging to [email protected]. You can unlink it: | ||
# brew unlink [email protected] | ||
# | ||
# To force the link and overwrite all conflicting files: | ||
# brew link --overwrite [email protected] | ||
# | ||
# To list all files that would be deleted: | ||
# brew link --overwrite --dry-run [email protected] | ||
# | ||
# Possible conflicting files are: | ||
# /usr/local/bin/2to3 -> /usr/local/Cellar/[email protected]/3.10.9/bin/2to3 | ||
# /usr/local/bin/idle3 -> /usr/local/Cellar/[email protected]/3.10.9/bin/idle3 | ||
# /usr/local/bin/pydoc3 -> /usr/local/Cellar/[email protected]/3.10.9/bin/pydoc3 | ||
# /usr/local/bin/python3 -> /usr/local/Cellar/[email protected]/3.10.9/bin/python3 | ||
# /usr/local/bin/python3-config -> /usr/local/Cellar/[email protected]/3.10.9/bin/python3-config | ||
# /usr/local/share/man/man1/python3.1 -> /usr/local/Cellar/[email protected]/3.10.9/share/man/man1/python3.1 | ||
# /usr/local/lib/pkgconfig/python3-embed.pc -> /usr/local/Cellar/[email protected]/3.10.9/lib/pkgconfig/python3-embed.pc | ||
# /usr/local/lib/pkgconfig/python3.pc -> /usr/local/Cellar/[email protected]/3.10.9/lib/pkgconfig/python3.pc | ||
# /usr/local/Frameworks/Python.framework/Headers -> /usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Headers | ||
# /usr/local/Frameworks/Python.framework/Python -> /usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Python | ||
# /usr/local/Frameworks/Python.framework/Resources -> /usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Resources | ||
# /usr/local/Frameworks/Python.framework/Versions/Current -> /usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Versions/Current | ||
# | ||
# brew update # Update homebrew to temporarily fix a bintray issue | ||
brew install imagemagick | ||
brew install ghostscript | ||
# Sentry CLI needs to be up-to-date | ||
brew upgrade sentry-cli | ||
|
||
echo "--- :rubygems: Setting up Gems" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,9 @@ | ||
#!/bin/bash -eu | ||
|
||
echo "--- :arrow_down: Installing Release Dependencies" | ||
# Disabled to hopefully work past the failure seen in | ||
# https://buildkite.com/automattic/wordpress-ios/builds/12513#01865ef3-8a38-4303-b028-bead44ee943d | ||
# | ||
# ==> Installing [email protected] | ||
# ==> Pouring [email protected] | ||
# Error: The `brew link` step did not complete successfully | ||
# The formula built, but is not symlinked into /usr/local | ||
# Could not symlink bin/2to3 | ||
# Target /usr/local/bin/2to3 | ||
# is a symlink belonging to [email protected]. You can unlink it: | ||
# brew unlink [email protected] | ||
# | ||
# To force the link and overwrite all conflicting files: | ||
# brew link --overwrite [email protected] | ||
# | ||
# To list all files that would be deleted: | ||
# brew link --overwrite --dry-run [email protected] | ||
# | ||
# Possible conflicting files are: | ||
# /usr/local/bin/2to3 -> /usr/local/Cellar/[email protected]/3.10.9/bin/2to3 | ||
# /usr/local/bin/idle3 -> /usr/local/Cellar/[email protected]/3.10.9/bin/idle3 | ||
# /usr/local/bin/pydoc3 -> /usr/local/Cellar/[email protected]/3.10.9/bin/pydoc3 | ||
# /usr/local/bin/python3 -> /usr/local/Cellar/[email protected]/3.10.9/bin/python3 | ||
# /usr/local/bin/python3-config -> /usr/local/Cellar/[email protected]/3.10.9/bin/python3-config | ||
# /usr/local/share/man/man1/python3.1 -> /usr/local/Cellar/[email protected]/3.10.9/share/man/man1/python3.1 | ||
# /usr/local/lib/pkgconfig/python3-embed.pc -> /usr/local/Cellar/[email protected]/3.10.9/lib/pkgconfig/python3-embed.pc | ||
# /usr/local/lib/pkgconfig/python3.pc -> /usr/local/Cellar/[email protected]/3.10.9/lib/pkgconfig/python3.pc | ||
# /usr/local/Frameworks/Python.framework/Headers -> /usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Headers | ||
# /usr/local/Frameworks/Python.framework/Python -> /usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Python | ||
# /usr/local/Frameworks/Python.framework/Resources -> /usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Resources | ||
# /usr/local/Frameworks/Python.framework/Versions/Current -> /usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Versions/Current | ||
# | ||
# brew update # Update homebrew to temporarily fix a bintray issue | ||
brew install imagemagick | ||
brew install ghostscript | ||
# Sentry CLI needs to be up-to-date | ||
brew upgrade sentry-cli | ||
|
||
echo "--- :rubygems: Setting up Gems" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,9 @@ | ||
#!/bin/bash -eu | ||
|
||
echo "--- :arrow_down: Installing Release Dependencies" | ||
# Disabled to hopefully work past the failure seen in | ||
# https://buildkite.com/automattic/wordpress-ios/builds/12513#01865ef3-8a38-4303-b028-bead44ee943d | ||
# | ||
# ==> Installing [email protected] | ||
# ==> Pouring [email protected] | ||
# Error: The `brew link` step did not complete successfully | ||
# The formula built, but is not symlinked into /usr/local | ||
# Could not symlink bin/2to3 | ||
# Target /usr/local/bin/2to3 | ||
# is a symlink belonging to [email protected]. You can unlink it: | ||
# brew unlink [email protected] | ||
# | ||
# To force the link and overwrite all conflicting files: | ||
# brew link --overwrite [email protected] | ||
# | ||
# To list all files that would be deleted: | ||
# brew link --overwrite --dry-run [email protected] | ||
# | ||
# Possible conflicting files are: | ||
# /usr/local/bin/2to3 -> /usr/local/Cellar/[email protected]/3.10.9/bin/2to3 | ||
# /usr/local/bin/idle3 -> /usr/local/Cellar/[email protected]/3.10.9/bin/idle3 | ||
# /usr/local/bin/pydoc3 -> /usr/local/Cellar/[email protected]/3.10.9/bin/pydoc3 | ||
# /usr/local/bin/python3 -> /usr/local/Cellar/[email protected]/3.10.9/bin/python3 | ||
# /usr/local/bin/python3-config -> /usr/local/Cellar/[email protected]/3.10.9/bin/python3-config | ||
# /usr/local/share/man/man1/python3.1 -> /usr/local/Cellar/[email protected]/3.10.9/share/man/man1/python3.1 | ||
# /usr/local/lib/pkgconfig/python3-embed.pc -> /usr/local/Cellar/[email protected]/3.10.9/lib/pkgconfig/python3-embed.pc | ||
# /usr/local/lib/pkgconfig/python3.pc -> /usr/local/Cellar/[email protected]/3.10.9/lib/pkgconfig/python3.pc | ||
# /usr/local/Frameworks/Python.framework/Headers -> /usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Headers | ||
# /usr/local/Frameworks/Python.framework/Python -> /usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Python | ||
# /usr/local/Frameworks/Python.framework/Resources -> /usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Resources | ||
# /usr/local/Frameworks/Python.framework/Versions/Current -> /usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Versions/Current | ||
# | ||
# brew update # Update homebrew to temporarily fix a bintray issue | ||
brew install imagemagick | ||
brew install ghostscript | ||
# Sentry CLI needs to be up-to-date | ||
brew upgrade sentry-cli | ||
|
||
echo "--- :rubygems: Setting up Gems" | ||
|