Skip to content

Commit

Permalink
Revert x86_64 homebrew location change (with explanation).
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 31, 2024
1 parent 01270b5 commit 51e3623
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wheels-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
# However, we *do* need Homebrew to provide a copy of fribidi for
# testing purposes so that we can verify the fribidi shim works as expected.
if [[ "$(uname -m)" == "x86_64" ]]; then
HOMEBREW_HOME=/usr/local
# Use the "installed" location, rather than /usr/local, for two reasons:
# firstly, Homebrew allows libraries to be *installed*, but not linked;
# and secondly, we don't want any *other* leakage from /usr/local.
HOMEBREW_HOME=/usr/local/Homebrew
else
HOMEBREW_HOME=/opt/homebrew
fi
Expand Down

0 comments on commit 51e3623

Please sign in to comment.