-
Notifications
You must be signed in to change notification settings - Fork 0
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
Revisit macos #2
Conversation
fd87871
to
8790e39
Compare
github builder does not know about this option.
It's been a while since I attempted this, so I've forgotten some things. I see you're trying to build for v6.29.5, I wonder how the build would work for v6.14.6? |
Is v6.14.6 a requirement or does any version of v6 work? I don't mind trying it out, I just found the error from v6.29.5 to be easier to understand. Also, you mentioned rocksdict previously. Is this the library that faust will use moving forward? |
Weird that the older version of RocksDB doesn't work. Maybe v6.29.3 should be for macOS and v6.14.6 is for Linux.
Yes, since |
I think we are fine to switch over to rocksdict then. I moved just the macos build back to v6.29.5. If the build passes yay!, if not, I will leave this up for the next person that may need it. Should we add a banner to this repository and explain that it is recommended to move to using rocksdict instead (upstream faust should likely be updated to state this too)? |
I did add a note telling people to use I also added a note to the README in Faust regarding I didn't widely advertise the usage of I do think that the documentation should be updated in more places to make this note more clear. I just haven't had the free time lately to maintain the project as much as I'd like. |
I see you disabled the arm64 builds, that could be the culprit for hanging. I think I ran into similar issues in the past. |
Looks like build is passing now @wbarnha. Want me to open a PR into https://github.com/faust-streaming/python-rocksdb? |
Yes, please do! Thank you very much for tackling this, I was quite disappointed that I walked away from it but it's nice to see the issue solved now. |
No description provided.