Can brew be used with git bisect? #4649
Replies: 2 comments 4 replies
-
Your best option is to write your own config/build/test script. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I think I'll try my hand at making my own tap, and that should do the trick. |
Beta Was this translation helpful? Give feedback.
1 reply
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
I found a serious issue in emacs 30 that does not exist in emacs 29. I want to use git bisect to narrow down when this problem appeared. I want to build emacs 30 at a specific git commit, run a test, and continue to bisect.
I'm being told brew does not support this. Is that true? What are my other options?
Beta Was this translation helpful? Give feedback.
All reactions