From a9a315575631015dbee5eb74a986bf0c784830b4 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 10 Apr 2024 12:39:53 -0700 Subject: [PATCH] Work around pkg install issue. The xxhash, lz4, and zstd libraries aren't getting installed on FreeBSD. [buildall] --- .github/workflows/freebsd-build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/freebsd-build.yml b/.github/workflows/freebsd-build.yml index 2c0061ee..2081f622 100644 --- a/.github/workflows/freebsd-build.yml +++ b/.github/workflows/freebsd-build.yml @@ -23,7 +23,7 @@ jobs: pkg install -y bash autotools m4 devel/xxhash zstd liblz4 python3 archivers/liblz4 run: | freebsd-version - ./configure --with-rrsync --disable-md2man + ./configure --with-rrsync -disable-zstd --disable-md2man --disable-xxhash --disable-lz4 make ./rsync --version ./rsync-ssl --no-motd download.samba.org::rsyncftp/ || true @@ -34,4 +34,8 @@ jobs: path: | rsync rsync-ssl + rsync.1 + rsync-ssl.1 + rsyncd.conf.5 + rrsync.1 rrsync