-
Notifications
You must be signed in to change notification settings - Fork 207
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
Support running on Windows #1527
Comments
Thanks for trying. I think you can add a feature gate on that crate, and see what happens next. |
The repository at rust-rocksdb also does not support Windows. |
Try build with |
Can we directly use cargo to replace make? |
Of course you can, our makefile is very simple, you can refer to the https://github.com/apache/incubator-horaedb/blob/main/Makefile#L40 |
If you're interested in contributing more, welcome to join our community. |
I don't have much experience in developing databases and I'm not particularly interested at the moment. However, I'm open to occasionally testing builds on Windows. |
I tried using the command
but encountered some issues with jemalloc: jemalloc-sys@0.3.2 states that 'jemalloc support for x86_64-pc-windows-msvc is untested'. |
Thanks for testing, I will add a feature gate for jemalloc and pprof this week, so you can disable them on Windows. |
Describe This Problem
Background: #1411 (comment)
Although Windows is not recommended as production env, it's convenient for testing and develop.
Proposal
We have two choices:
Method 1 maybe simpler than 2, but I little experience here, so welcome any voltenner to tackle this issue in either ways.
Additional Context
No response
The text was updated successfully, but these errors were encountered: