commit 1a1b9d49d240944696586ef2fdb292aef57ae603 from: Thomas Adam date: Fri Apr 22 11:37:09 2022 UTC portable: CI (linux): add libbsd-dev This needs to be explicitly installed. commit - ef7d4e11a44df1a1101c5d61d1d44991f29c5668 commit + 1a1b9d49d240944696586ef2fdb292aef57ae603 blob - 66c1e5ac3b4515700307153d27d644399770fc97 blob + 2f12ebacc54b8a94b844bae365be9c22d08bad72 --- .github/ci/before-install.sh +++ .github/ci/before-install.sh @@ -9,6 +9,7 @@ if [ "$CIRRUS_OS" = "linux" ]; then build-essential \ libmd-dev \ libssl-dev \ + libbsd-dev \ uuid-dev \ zlib1g-dev fi