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 d6b58cb commit cbfd16eCopy full SHA for cbfd16e
.cirrus.yml
@@ -15,9 +15,9 @@ task:
15
# See https://github.com/anarazel/pg-vm-images/blob/main/packer/openbsd.pkrvars.hcl
16
image: family/pg-ci-openbsd-vanilla
17
platform: openbsd
18
- install_script: pkg_add ghc cabal-install git autoconf-2.71
+ install_script: pkg_add ghc cabal-install git autoconf-2.72
19
script:
20
- - export AUTOCONF_VERSION=2.71
+ - export AUTOCONF_VERSION=2.72
21
- export CABAL_DIR=/tmp/.cabal
22
- ghc --version
23
- cabal --version
0 commit comments