commit c38351549d6f43b2ae0c8a074864216ab7ee8f4d from: Thomas Adam date: Sat Apr 16 08:31:40 2022 UTC CI: add alpine linux Add Alpine Linux to the list of CI checks. Alpine builds against muscl rather than glibc by default, and there's been a few compilation differenes to warrant having this distribution as a separate CI check. commit - 342fc2e7fb95ddb5fbeec944db5e06f8b4e893ca commit + c38351549d6f43b2ae0c8a074864216ab7ee8f4d blob - 269100a5844a665cf32d5d5b125834e66f260cfe blob + d6940a32b154811e833fd429e0aa7e813c1e8f27 --- .cirrus.yml +++ .cirrus.yml @@ -4,6 +4,13 @@ got_linux_task: before_build_script: .github/ci/before-install.sh build:script: .github/ci/build.sh +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 + - .github/ci/build.sh + got_freebsd_task: freebsd_instance: image_family: freebsd-13-0