We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31570e commit 0613c5bCopy full SHA for 0613c5b
.cirrus.yml
@@ -44,18 +44,3 @@ netbsd_task:
44
test_script:
45
- . $HOME/.cargo/env
46
- cargo test
47
-
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