mirror of
https://git.tukaani.org/xz.git
synced 2025-11-02 06:22:54 +00:00
CI: Update OpenBSD
This commit is contained in:
parent
3b5f5af9bc
commit
83419783a6
6
.github/workflows/openbsd.yml
vendored
6
.github/workflows/openbsd.yml
vendored
@ -20,20 +20,20 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Test in OpenBSD
|
||||
uses: vmactions/openbsd-vm@284abc8fb4cd88f69946a0d4c27c4eecd82fdde9 #v1.1.7
|
||||
uses: vmactions/openbsd-vm@bed57f753a75c9c49ab5c1880d274861b2103dd4 #v1.2.1
|
||||
with:
|
||||
usesh: true
|
||||
prepare: >
|
||||
/usr/sbin/pkg_add -I -v
|
||||
autoconf-2.72p0
|
||||
automake-1.16.5
|
||||
automake-1.17
|
||||
gettext-tools
|
||||
libtool
|
||||
m4
|
||||
run: |
|
||||
set -e
|
||||
export AUTOCONF_VERSION=2.72
|
||||
export AUTOMAKE_VERSION=1.16
|
||||
export AUTOMAKE_VERSION=1.17
|
||||
uname -a
|
||||
./autogen.sh --no-po4a
|
||||
./configure --disable-static --enable-debug --enable-werror --disable-nls --enable-external-sha256
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user