Skip to content

Commit c5d588b

Browse files
committed
ci: add strace to rootfs
Add the `strace` utility to the rootfs of the microVMs that we use in our integration tests. It can be very useful to debug in-guest issues. Signed-off-by: Patrick Roy <[email protected]>
1 parent 72bb0be commit c5d588b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/chroot.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PS4='+\t '
1111

1212
cp -ruv $rootfs/* /
1313

14-
packages="udev systemd-sysv openssh-server iproute2 curl socat python3-minimal iperf3 iputils-ping fio kmod tmux hwloc-nox vim-tiny trace-cmd linuxptp"
14+
packages="udev systemd-sysv openssh-server iproute2 curl socat python3-minimal iperf3 iputils-ping fio kmod tmux hwloc-nox vim-tiny trace-cmd linuxptp strace"
1515

1616
# msr-tools is only supported on x86-64.
1717
arch=$(uname -m)

0 commit comments

Comments
 (0)