File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,18 @@ netbsd_task:
4545 - . $HOME/.cargo/env
4646 - cargo test
4747
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
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
You can’t perform that action at this time.
0 commit comments