-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
ripgrep 0.2.1 (new formula) #5268
Conversation
😦 1 failing check, but when I click the link there are no failing checks. |
It failed on Sierra:
|
@moshen: When you update this PR to pass tests on Sierra, you might as well update it to the just-released ripgrep 0.2.1 version as well. (^_^) |
5fdc9f5
to
ab43c5d
Compare
Is this related to: #4841 ? Specifically rust being in that list? |
BTW, there is a formula in the ripgrep repo itself which uses pre-built binaries. |
Looks like the rust issue was resolved for sierra in #4960 so the build may work now. |
Thanks again for your contribution to Homebrew! Without people like you submitting PRs we couldn't run this project. You rock! |
Have you followed the guidelines in our Contributing document?
Have you checked to ensure there aren't other open Pull Requests for the same formula update/change?
Have you built your formula locally prior to submission with
brew install <formula>
(where<formula>
is the name of the formula you're submitting)?Does your submission pass
brew audit --new-formula <formula>
(after doingbrew install <formula>
)?I can't because of "Error: type mismatch: String given" on brew audit --strict --online brew#1140Switched to master and was able to run audit.