-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew upgrade -s
does not build from source or error out
#18226
Comments
|
Yea, I think this is the only intended usage for |
This is expected behaviour. It may be that the feature request here is that |
brew upgrade -s
does not build from sourcebrew upgrade -s
does not build from source or error out
I can do |
Same reason |
|
Sorry, yes, I meant but didn't say that so thanks for clarifying @carlocab 😅 |
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
I am testing builds from source, with
brew install -s
. Some formulas built a couple of days ago need updating, and I wanted to usebrew upgrade -s
(as documented) to upgrade all formulas by building from source.What happened (include all command output)?
What did you expect to happen?
Should have built the formulas upgrade from source, not downloaded the bottles.
Step-by-step reproduction instructions (by running
brew
commands)`brew upgrade -s`
The text was updated successfully, but these errors were encountered: