From: Wayne Davison Date: Wed, 10 Apr 2024 19:39:53 +0000 (-0700) Subject: Work around pkg install issue. X-Git-Tag: v3.4.0~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9a315575631015dbee5eb74a986bf0c784830b4;p=thirdparty%2Frsync.git Work around pkg install issue. The xxhash, lz4, and zstd libraries aren't getting installed on FreeBSD. [buildall] --- 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