Skip to content

Commit 08d696a

Browse files
authored
Revert "Temporarily disable openBSD in testing (#222)" (#228)
This reverts commit 13432b5.
1 parent edcabfe commit 08d696a

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

.cirrus.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,17 @@ netbsd_task:
4545
- . $HOME/.cargo/env
4646
- cargo test
4747

48-
# Temporarily disabled because openBSD 7.5 is EoL, waiting for an update.
49-
#openbsd_task:
50-
# name: test ($TARGET)
51-
# compute_engine_instance:
52-
# image_project: pg-ci-images
53-
# # https://github.com/anarazel/pg-vm-images/blob/main/packer/openbsd.pkrvars.hcl
54-
# image: family/pg-ci-openbsd-vanilla
55-
# platform: openbsd
56-
# env:
57-
# TARGET: x86_64-unknown-openbsd
58-
# setup_script:
59-
# # OpenBSD is tier 3 target, so install rust from package manager instead of rustup
60-
# - pkg_add git rust
61-
# test_script:
62-
# - cargo test
48+
openbsd_task:
49+
name: test ($TARGET)
50+
compute_engine_instance:
51+
image_project: pg-ci-images
52+
# https://github.com/anarazel/pg-vm-images/blob/main/packer/openbsd.pkrvars.hcl
53+
image: family/pg-ci-openbsd-vanilla
54+
platform: openbsd
55+
env:
56+
TARGET: x86_64-unknown-openbsd
57+
setup_script:
58+
# OpenBSD is tier 3 target, so install rust from package manager instead of rustup
59+
- pkg_add git rust
60+
test_script:
61+
- cargo test

0 commit comments

Comments
 (0)