-
-
Notifications
You must be signed in to change notification settings - Fork 577
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
For releases: Can you please include binaries for win/mac/linux ? #270
Comments
That's what I want to do, ideally, but current binaries depend on glibc, which makes each build system-dependant. I'm looking to have a musl build at some point, though this is currently not possible due to dependencies, esp. rocksdb. |
What about a github action to build it? Not for musl, but at least for glibc... |
There's https://github.com/valeriansaliou/sonic/blob/master/scripts/release_binaries.sh which can do it manually on your end. But could accept a PR to make this work in a GH Actions! |
Nice! Will try to make a GH action. |
Also, Binary for android as many users like me who want to see sonic on android(Termux) |
+1 to win binaries - I'm struggling with VSCode and compiling with a hacked together CLANG/LLVM |
Not so sure that latest versions of Sonic still work on Windows, because I don't build w/ this platform as a target in my tests. LMK if you manage to compile it and get |
I got it to run on Windows.
|
u can also try fork his repo in #284 (comment), then tag a release to trigger the github actions workflow |
can you share proper steps, i want to try it out on windows |
For those that want to test it out. Having the binaries speeds up the process -- ie not taking the pain to setup rust & compile.
Some environments are restricted for docker, so binaries would help.
The text was updated successfully, but these errors were encountered: