mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-11-04 08:56:36 +07:00 
			
		
		
		
	Revert "Add patch to update brew core repo"
This reverts commit dab978c436.
			
			
This commit is contained in:
		@ -140,13 +140,6 @@ update_dependencies_helper() {
 | 
			
		||||
update_dependencies() {
 | 
			
		||||
  if ! [ -e /tmp/update_dependencies ] && [ "${runner:?}" != "self-hosted" ] && [ "${ImageOS:-}" != "" ] && [ "${ImageVersion:-}" != "" ]; then
 | 
			
		||||
    patch_brew
 | 
			
		||||
 | 
			
		||||
    # Remove this patch when brew is updated on the images.
 | 
			
		||||
    (
 | 
			
		||||
      cd "$tap_dir/homebrew/homebrew-core" || true
 | 
			
		||||
      git add . && git stash && git pull origin master
 | 
			
		||||
    ) >/dev/null 2>&1 && return
 | 
			
		||||
 | 
			
		||||
    while read -r dependency; do
 | 
			
		||||
      update_dependencies_helper "$dependency" &
 | 
			
		||||
      to_wait+=($!)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user