Skip to content

Workflow file for this run

name: Test xz on Solaris
on: [push, fork]
jobs:
solaris-test:
runs-on: ubuntu-latest
name: Test xz on Solaris
steps:
- uses: actions/checkout@v4
- name: Test in Solaris
id: test
uses: vmactions/solaris-vm@v1
with:
usesh: true
prepare: |
pkg install bash libtool automake gnu-m4 tree wget gcc autoconf //solaris/text/gawk pkg://solaris/text/gnu-diffutils pkg://solaris/text/gnu-grep pkg://solaris/text/gnu-sed
run: |
export LC_ALL=C LANG=C
uname -a
./autogen.sh
./configure # --enable-werror
make
make check VERBOSE=1