Skip to content

Commit a9a3155

Browse files
committed
Work around pkg install issue.
The xxhash, lz4, and zstd libraries aren't getting installed on FreeBSD. [buildall]
1 parent fcc7983 commit a9a3155

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/freebsd-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pkg install -y bash autotools m4 devel/xxhash zstd liblz4 python3 archivers/liblz4
2424
run: |
2525
freebsd-version
26-
./configure --with-rrsync --disable-md2man
26+
./configure --with-rrsync -disable-zstd --disable-md2man --disable-xxhash --disable-lz4
2727
make
2828
./rsync --version
2929
./rsync-ssl --no-motd download.samba.org::rsyncftp/ || true
@@ -34,4 +34,8 @@ jobs:
3434
path: |
3535
rsync
3636
rsync-ssl
37+
rsync.1
38+
rsync-ssl.1
39+
rsyncd.conf.5
40+
rrsync.1
3741
rrsync

0 commit comments

Comments
 (0)