redis: Update to support macOS 11#57664
Conversation
|
👋 @claui – I've pushed up your suggested feedback; thanks for the review! |
SMillerDev
left a comment
There was a problem hiding this comment.
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! 👍 🎉
|
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_tstructs, which the approved pull request to the redis project resolves