Skip to content

Commit

Permalink
tests/lib/pkgdb: install strace on Debian 11 and Sid
Browse files Browse the repository at this point in the history
Strace provided by strace-static is too old and segfaults on Sid.

Signed-off-by: Maciej Borzecki <[email protected]>
  • Loading branch information
bboozzoo committed Oct 20, 2021
1 parent d2365d7 commit 5bd97a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/pkgdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ pkg_dependencies_ubuntu_classic(){
debian-11-*|debian-sid-*)
echo "
bpftool
strace
"
;;
esac
Expand Down

0 comments on commit 5bd97a7

Please sign in to comment.