Skip to content

Commit

Permalink
try fixing autoreconf error with homebrew 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 3, 2023
1 parent eda4010 commit 1bf6efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _ci-mac-homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ fi

if [ -n "${extra}" ]; then
export HOMEBREW_NO_AUTO_UPDATE=1
# export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
export HOMEBREW_NO_ANALYTICS=1
export HOMEBREW_NO_ANALYTICS_MESSAGE_OUTPUT=1
brew update >/dev/null || true
# shellcheck disable=SC2086
# Using `|| true` to avoid failing due to preinstalled non-Homebrew
# python3: `Could not symlink bin/2to3`
brew install ${extra} || true
brew install autoconf automake libtool ${extra} || true
fi

[[ "${CW_CONFIG:-}" = *'win'* ]] && wineboot --init
Expand Down

0 comments on commit 1bf6efe

Please sign in to comment.