Skip to content

Commit e6c59be

Browse files
kinkiesquid-anubis
authored andcommitted
CI: Adopt OpenBSD v7.7 and pin it (#2059)
Pin the version of OpenBSD we use for our "slow" checks and update the version of automake distributed with it.
1 parent f35c1dc commit e6c59be

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/slow.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,12 @@ jobs:
197197
uses: vmactions/openbsd-vm@v1
198198
with:
199199
usesh: true
200+
release: "7.7"
200201
prepare: |
201202
pkg_add \
202203
autoconf-2.72p0 \
203204
autoconf-archive \
204-
automake-1.16.5 \
205+
automake-1.17 \
205206
bash \
206207
coreutils \
207208
cppunit \
@@ -222,7 +223,7 @@ jobs:
222223
run: |
223224
export MAKE=gmake
224225
export pjobs="-j`gnproc`"
225-
export AUTOMAKE_VERSION=1.16
226+
export AUTOMAKE_VERSION=1.17
226227
export amver=${AUTOMAKE_VERSION}
227228
export ACLOCAL_AUTOMAKE_DIR="/usr/local/share/aclocal-${AUTOMAKE_VERSION}"
228229
export ACLOCAL_PATH="/usr/local/share/aclocal:/usr/local/share/aclocal-${AUTOMAKE_VERSION}"

0 commit comments

Comments
 (0)