From: Jana Babovakova Date: Mon, 14 Apr 2025 13:29:58 +0000 (+0200) Subject: CI: Add FreeBSD 14 and netlink builds for FreeBSD 13 and 14. X-Git-Tag: v2.17.1~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df6bedd12fdf21d499b8a9b8caa40c8717ad0d9e;p=thirdparty%2Fbird.git CI: Add FreeBSD 14 and netlink builds for FreeBSD 13 and 14. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58726a240..e8921e6bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -893,7 +893,7 @@ test-mpls-bgp-l3vpn: stage: build script: - autoreconf - - ./configure + - ./configure $CONFIGURE_OPTIONS - gmake - gmake check @@ -904,10 +904,32 @@ build-birdlab-freebsd-13: - birdlab-freebsd-13 - amd64 +build-birdlab-freebsd-13-netlink: + <<: *build-birdlab-base + variables: + CONFIGURE_OPTIONS: --with-sysconfig=bsd-netlink --disable-client + tags: + - birdlab-freebsd-13 + - amd64 + +build-birdlab-freebsd-14: + <<: *build-birdlab-base + tags: + - birdlab-freebsd-14 + - amd64 + +build-birdlab-freebsd-14-netlink: + <<: *build-birdlab-base + variables: + CONFIGURE_OPTIONS: --with-sysconfig=bsd-netlink --disable-client + tags: + - birdlab-freebsd-14 + - amd64 + build-birdlab-openbsd-71: <<: *build-birdlab-base variables: - AUTOCONF_VERSION: "2.71" + AUTOCONF_VERSION: "2.71" tags: - birdlab-openbsd-71 - amd64