Skip to content

Commit

Permalink
cirrus: make rdiff-backup completely optional for freebsd tests
Browse files Browse the repository at this point in the history
Thanks to Johannes Berg for reporting the problem and tracking down
the likely cause/fix.

Signed-off-by: Rob Browning <[email protected]>
  • Loading branch information
rlbdv committed Jul 23, 2020
1 parent 68e087e commit d9c458e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev/prep-for-freebsd-build
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ usage()
}

common_pkgs='gmake git bash rsync curl par2cmdline readline duplicity'
common_pkgs="$common_pkgs rdiff-backup rsnapshot"
common_pkgs="$common_pkgs rsnapshot"

pyver="${1:-python2}"

# Install build deps
export ASSUME_ALWAYS_YES=yes
pkg update

# https://reviews.freebsd.org/D24816
pkg install rdiff-backup || true

case "$pyver" in
python2)
pkg install $common_pkgs python2 py27-tornado
Expand Down

0 comments on commit d9c458e

Please sign in to comment.