Skip to content

Get rid of gensend target & cached git version. #6

Get rid of gensend target & cached git version.

Get rid of gensend target & cached git version. #6

Workflow file for this run

name: Test rsync on Solaris
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
solaris-test:
runs-on: ubuntu-latest
name: Test rsync on Solaris
steps:
- uses: actions/checkout@v4
fetch-depth: 0

Check failure on line 15 in .github/workflows/solaris-build.yml

View workflow run for this annotation

GitHub Actions / Test rsync on Solaris

Invalid workflow file

The workflow is not valid. .github/workflows/solaris-build.yml (Line: 15, Col: 7): Unexpected value 'fetch-depth'
- name: Test in Solaris
id: test
uses: vmactions/solaris-vm@v1
with:
usesh: true
prepare: |
pkg install bash automake gnu-m4 pkg://solaris/runtime/python-35 autoconf gcc
run: |
uname -a
./configure --with-rrsync -disable-zstd --disable-md2man --disable-xxhash --disable-lz4
make
./rsync --version
./rsync-ssl --no-motd download.samba.org::rsyncftp/ || true