docker: use verbose build for ci.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-14 14:16:22 +02:00
parent 71ebf1e71a
commit e248bb05d9
4 changed files with 18 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ EOF
ENV bin_path="${CARGO_INSTALL_ROOT}/bin/tuwunel"
RUN <<EOF
set -eux
ldd -v ${bin_path}
ldd -v ${bin_path} || echo "static"
du -h ${bin_path}
sha1sum ${bin_path}
EOF