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
Merge pull request #10952 from bboozzoo/bboozzoo/install-strace-on-debian

Strace provided by strace-static is too old and segfaults on Sid.
  • Loading branch information
pedronis authored Oct 21, 2021
2 parents 6393625 + 5bd97a7 commit 7508a3f
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 @@ -639,6 +639,7 @@ pkg_dependencies_ubuntu_classic(){
debian-11-*|debian-sid-*)
echo "
bpftool
strace
"
;;
esac
Expand Down

0 comments on commit 7508a3f

Please sign in to comment.