Work around pkg install issue.
authorWayne Davison <wayne@opencoder.net>
Wed, 10 Apr 2024 19:39:53 +0000 (12:39 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 10 Apr 2024 19:45:26 +0000 (12:45 -0700)
The xxhash, lz4, and zstd libraries aren't getting installed on FreeBSD.
[buildall]

.github/workflows/freebsd-build.yml

index 2c0061ee0255384d64519943c04eb930d4c31f83..2081f6229b930d3f78b5fccc295cfb0e1b770d0d 100644 (file)
@@ -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