From ea036f9fe8510534f9f0273870af895d67e5239f Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Tue, 22 Apr 2025 15:46:34 +0200 Subject: [PATCH] CI: Add builds on new OpenBSD workers --- .gitlab-ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 -- 2.47.3