Skip to content

Commit

Permalink
Work around pkg install issue.
Browse files Browse the repository at this point in the history
The xxhash, lz4, and zstd libraries aren't getting installed on FreeBSD.
[buildall]
  • Loading branch information
WayneD committed Apr 10, 2024
1 parent fcc7983 commit a9a3155
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/freebsd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -34,4 +34,8 @@ jobs:
path: |
rsync
rsync-ssl
rsync.1
rsync-ssl.1
rsyncd.conf.5
rrsync.1
rrsync

0 comments on commit a9a3155

Please sign in to comment.