zpp-2022-rust-seastar / seastar-rs

Idiomatic Rust bindings to the Seastar framework
6 stars 3 forks source link

Continuous integration #3

Closed piodul closed 1 year ago

piodul commented 1 year ago

We want to have a CI that runs for every PR.

The CI should:

Currently, due to quirks in seastar's pkg-config file and Rust's pkg_config crate there is a warning printed during build. For now, it's fine if we don't enforce a "no warnings" policy (although we should enforce it in the future).

piodul commented 1 year ago

Was done in https://github.com/zpp-2022-rust-seastar/seastar-rs/pull/6, closing