Skip to content

Commit 7a53a67

Browse files
committed
Install rsync in the FreeBSD CI guest.
The differential backup implementation shells out to rsync, exactly as the local guest setup already installs it.
1 parent 4231329 commit 7a53a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
env ASSUME_ALWAYS_YES=yes pkg bootstrap -f
6262
pkg update -f
6363
PYPKG="$(pkg search -q '^py3[0-9]*-libzfs' | head -n 1 | sed 's/-libzfs.*//')"
64-
pkg install -y python3 "${PYPKG}-libzfs" "${PYPKG}-ucl" "${PYPKG}-sqlite3" "${PYPKG}-setuptools" "${PYPKG}-pip" git
64+
pkg install -y python3 "${PYPKG}-libzfs" "${PYPKG}-ucl" "${PYPKG}-sqlite3" "${PYPKG}-setuptools" "${PYPKG}-pip" git rsync
6565
mount -t fdescfs null /dev/fd
6666
kldload if_epair 2>/dev/null || true
6767
kldload zfs 2>/dev/null || true

0 commit comments

Comments
 (0)