From: Ondrej Zajicek Date: Tue, 22 Apr 2025 13:46:34 +0000 (+0200) Subject: CI: Add builds on new OpenBSD workers X-Git-Tag: v2.17.1~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea036f9fe8510534f9f0273870af895d67e5239f;p=thirdparty%2Fbird.git CI: Add builds on new OpenBSD workers --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8921e6bd..e75afaeac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -926,12 +926,20 @@ build-birdlab-freebsd-14-netlink: - birdlab-freebsd-14 - amd64 -build-birdlab-openbsd-71: +build-birdlab-openbsd-75: <<: *build-birdlab-base variables: AUTOCONF_VERSION: "2.71" tags: - - birdlab-openbsd-71 + - birdlab-openbsd-75 + - amd64 + +build-birdlab-openbsd-76: + <<: *build-birdlab-base + variables: + AUTOCONF_VERSION: "2.72" + tags: + - birdlab-openbsd-76 - amd64 # We have also some virtuals for these but there are working dockers as well