canonical / dqlite

Embeddable, replicated and fault-tolerant SQL engine.
https://dqlite.io
Other
3.77k stars 213 forks source link

Don't check for lz4 unless building raft #603

Closed cole-miller closed 4 months ago

cole-miller commented 4 months ago

Right now the build is broken when liblz4-dev is not installed and --enable-build-raft is not used. This was an oversight on my part when developing #568.

Signed-off-by: Cole Miller cole.miller@canonical.com

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6134a79) 81.16% compared to head (74d2e4d) 81.23%. Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #603 +/- ## ========================================== + Coverage 81.16% 81.23% +0.06% ========================================== Files 189 191 +2 Lines 26742 27033 +291 Branches 4859 4933 +74 ========================================== + Hits 21704 21959 +255 - Misses 3455 3480 +25 - Partials 1583 1594 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cole-miller commented 4 months ago

This is needed to fix PPA builds