From 0613c5b1519dc16cf9c47f06115d08417e690d16 Mon Sep 17 00:00:00 2001 From: David Campbell Date: Mon, 28 Apr 2025 18:51:26 -0400 Subject: [PATCH] Remove openbsd from tests. openbsd appears to be broken. --- .cirrus.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 90812a3..1f9f628 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -44,18 +44,3 @@ netbsd_task: test_script: - . $HOME/.cargo/env - cargo test - -openbsd_task: - name: test ($TARGET) - compute_engine_instance: - image_project: pg-ci-images - # https://github.com/anarazel/pg-vm-images/blob/main/packer/openbsd.pkrvars.hcl - image: family/pg-ci-openbsd-vanilla - platform: openbsd - env: - TARGET: x86_64-unknown-openbsd - setup_script: - # OpenBSD is tier 3 target, so install rust from package manager instead of rustup - - pkg_add git rust - test_script: - - cargo test