commit b4d06cd8d261ba1fb3c2c16b4b6572f5c7f366c2 from: Thomas Adam date: Sat Apr 16 08:35:44 2022 UTC portable: alpine: install bsd-compat-headers Apline doesn't like the use of cdefs.h commit - c38351549d6f43b2ae0c8a074864216ab7ee8f4d commit + b4d06cd8d261ba1fb3c2c16b4b6572f5c7f366c2 blob - d6940a32b154811e833fd429e0aa7e813c1e8f27 blob + 07900d6017a28747f9497498b124791fc69d11d5 --- .cirrus.yml +++ .cirrus.yml @@ -8,7 +8,7 @@ got_alpine_linux_task: container: image: alpine:latest script: - - apk add build-base bison automake make autoconf libbsd-dev util-linux-dev libressl-dev zlib-dev ncurses-dev + - apk add build-base bsd-compat-headers bison automake make autoconf libbsd-dev util-linux-dev libressl-dev zlib-dev ncurses-dev - .github/ci/build.sh got_freebsd_task: