Closed cole-miller closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.26%. Comparing base (
494d6e7
) to head (1fb3a1f
). Report is 25 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Running into this issue it seems: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764335.
I like how using a Dockerfile for this cleans things up. Looking into the segfaults.
This is ready. The new contrib/build-static.sh
test script is derived from the one used by MicroK8s, and should be much more representative than building in an Alpine container.
The other changes in this PR are tweaks to the test suite to make it musl-friendly.
MicroK8s and Juju consume dqlite as a static library build against musl libc, so let's test this in our CI to avoid unexpected breaks like #679.
Signed-off-by: Cole Miller cole.miller@canonical.com