We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc7983 commit a9a3155Copy full SHA for a9a3155
.github/workflows/freebsd-build.yml
@@ -23,7 +23,7 @@ jobs:
23
pkg install -y bash autotools m4 devel/xxhash zstd liblz4 python3 archivers/liblz4
24
run: |
25
freebsd-version
26
- ./configure --with-rrsync --disable-md2man
+ ./configure --with-rrsync -disable-zstd --disable-md2man --disable-xxhash --disable-lz4
27
make
28
./rsync --version
29
./rsync-ssl --no-motd download.samba.org::rsyncftp/ || true
@@ -34,4 +34,8 @@ jobs:
34
path: |
35
rsync
36
rsync-ssl
37
+ rsync.1
38
+ rsync-ssl.1
39
+ rsyncd.conf.5
40
+ rrsync.1
41
rrsync
0 commit comments