Skip to content

Commit

Permalink
Revert "Fix macOS setup"
Browse files Browse the repository at this point in the history
This reverts commit 0c4c4d5.
  • Loading branch information
shivammathur committed Apr 15, 2021
1 parent bceb2ef commit e9a7ade
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/scripts/darwin.sh
Expand Up @@ -75,9 +75,6 @@ add_brew_extension() {
if check_extension "$extension"; then
add_log "${tick:?}" "$extension" "Enabled"
else
# Remove once homebrew is updated
update_brew

add_brew_tap shivammathur/homebrew-php
add_brew_tap shivammathur/homebrew-extensions
sudo mv "$tap_dir"/shivammathur/homebrew-extensions/.github/deps/"$formula"/* "$tap_dir/homebrew/homebrew-core/Formula/" 2>/dev/null || true
Expand Down Expand Up @@ -132,20 +129,8 @@ update_dependencies_helper() {
link_libraries "$formula"
}

# Function to update brew
update_brew() {
if ! [ -e /tmp/brew_updated ]; then
git -C "$brew_repo" pull origin master >/dev/null 2>&1
git -C "$tap_dir/homebrew/homebrew-core" pull origin master >/dev/null 2>&1
echo '' | sudo tee /tmp/brew_updated >/dev/null 2>&1
fi
}

# Function to update dependencies.
update_dependencies() {
# Remove once homebrew is updated
update_brew

if [ "${runner:?}" != "self-hosted" ] && [ "${ImageOS:-}" != "" ] && [ "${ImageVersion:-}" != "" ]; then
while read -r formula; do
update_dependencies_helper "$formula" &
Expand Down

0 comments on commit e9a7ade

Please sign in to comment.