-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
redis: Update to support macOS 11 #57664
Conversation
👋 @claui – I've pushed up your suggested feedback; thanks for the review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @stuartcarnie ! Without contributions like yours it'd be impossible to keep homebrew going with the high standards that users have come to expect from the project. You can feel good knowing that you've made the world a tiny bit better for homebrew users around the world! 👍 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All set!
Does this patch resolve a separate issue from this? I'm getting this error.
|
I got a same error. |
Thanks for the patch ! I have brew up to date. I'm in iTerm, launched with rosetta enabled. Redis is not able to run via launchd and this fails : It works with sudo however : Also see: redis/redis#8062 |
is it possible to put this setting on the brew automatically? |
I was wondering the same thing. That would at least be a temporary fix
maybe.
…On Wed, Dec 2, 2020 at 5:16 PM Gabriel Cechet ***@***.***> wrote:
Thanks for the patch !
I have brew up to date. I'm in iTerm, launched with rosetta enabled.
brew reinstall redis -s
Redis is not able to run via launchd and this fails :
redis-server /usr/local/etc/redis.conf
It works with sudo however :
sudo redis-server /usr/local/etc/redis.conf
Also see: redis/redis#8062 <redis/redis#8062>
sudo redis-server /usr/local/etc/redis.conf
is it possible to put this setting on the brew automatically?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#57664 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEX7NF6PLFDK4QXF7TBETLSS24DTANCNFSM4OUSX5UA>
.
--
Regards,
Jarrett Lusso
|
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?redis will fail on arm64 due to different
ucontext_t
structs, which the approved pull request to the redis project resolves