--force-bottle needs to be made recursive #4875
Unanswered
Kentzo
asked this question in
Tap maintenance and brew development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
In my setup I have multiple Homebrew installations under /var/db. The active one is selected by mounting a directory with the desired version of Homebrew at /opt/homebrew. True installations are managed by a dedicated user with overridden
HOMEBREW_PREFIX=/var/db/...
.Brew's installation flow is somewhat broken for my use-case, because it sees "custom"
HOMEBREW_PREFIX
and proceeds to build rather than pour. Since I do know that effective path will be /opt/homebrew, I use--force-bottle
during installation. Unfortunately this flag is non-recursive.I do hope my use-case is sufficient to reconsider the opinions outlined in Homebrew/legacy-homebrew#41938.
It seems that the only changes needed are:
Beta Was this translation helpful? Give feedback.
All reactions