CerebusOSS / ella

A streaming time-series datastore for low-latency applications
https://docs.rs/ella/
Apache License 2.0
2 stars 0 forks source link

ella-server will not build on Windows #13

Closed sydduckworth closed 1 year ago

sydduckworth commented 1 year ago

ella-server won't build on Windows because it requires protobuf-src, which does not support Windows (see MaterializeInc/rust-protobuf-native#4).

The best solution for now is probably to change protobuf-src to only be a dependency on Unix, add instructions for installing protoc on Windows, and update the CI to install protoc.

benesch commented 4 months ago

FYI, the latest version of protobuf-src now builds with CMake rather than autotools. I've not yet tested this, but it may "just work" with Windows now.