How do I test changes to a formula? #2640
-
I'm getting an error ("ArgumentError: comparison of String with 8 failed") building llvm on MacOS Mojave. I know Mojave isn't supported, so I'm trying to fix it myself. Installing with debug and verbose flags helped me track it down to this line. I think it should be Building llvm takes hours so there's a long time between starting the install and getting the error message. Is there any way to keep the build products and re-run the install with them? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Oops, sorry for that. This should be fixed by Homebrew/homebrew-core#91436. As for your question: you should be able to just do |
Beta Was this translation helpful? Give feedback.
-
This should be fixed now. Do |
Beta Was this translation helpful? Give feedback.
Oops, sorry for that. This should be fixed by Homebrew/homebrew-core#91436.
As for your question: you should be able to just do
brew edit llvm
, make your changes, and then dobrew install llvm
.