From 7c90e59cb22c989b91c1614280bc758cbd1f3e5a Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Mon, 28 Apr 2025 07:53:57 +0200 Subject: [PATCH] CI: Call print_so_deps() on rpcapd in remote enabled build This will help debugging. --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 637b7bf6..ad20a5a6 100755 --- a/build.sh +++ b/build.sh @@ -141,6 +141,7 @@ run_after_echo "$PREFIX/bin/pcap-config" --additional-libs --static run_after_echo "$PREFIX/bin/pcap-config" --libs --static-pcap-only run_after_echo "$PREFIX/bin/pcap-config" --additional-libs --static-pcap-only +[ "$REMOTE" = yes ] && print_so_deps "$PREFIX/sbin/rpcapd" [ "$REMOTE" = yes ] && run_after_echo "$PREFIX/sbin/rpcapd" -h # VALGRIND_CMD is meant either to collapse or to expand. -- 2.39.5