Skip to content
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

Open
anborg opened this issue Dec 11, 2021 · 9 comments
Open

For releases: Can you please include binaries for win/mac/linux ? #270

anborg opened this issue Dec 11, 2021 · 9 comments

Comments

@anborg
Copy link

anborg commented Dec 11, 2021

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.

@anborg anborg changed the title Can you please include binaries for win/mac/linux ? For releases: Can you please include binaries for win/mac/linux ? Dec 11, 2021
@valeriansaliou
Copy link
Owner

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.

@ghost
Copy link

ghost commented Dec 12, 2021

What about a github action to build it? Not for musl, but at least for glibc...

@valeriansaliou
Copy link
Owner

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!

@ghost
Copy link

ghost commented Dec 12, 2021

Nice! Will try to make a GH action.

@kcubeterm
Copy link

Also, Binary for android as many users like me who want to see sonic on android(Termux)

@AndrewKemendo
Copy link

+1 to win binaries - I'm struggling with VSCode and compiling with a hacked together CLANG/LLVM

@valeriansaliou
Copy link
Owner

valeriansaliou commented Oct 24, 2022

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 master to run on Windows, and feel free to submit a PR!

@goocy
Copy link

goocy commented Nov 24, 2022

I got it to run on Windows.
Needed to install:

@n0099
Copy link

n0099 commented Nov 30, 2022

u can also try fork his repo in #284 (comment), then tag a release to trigger the github actions workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants