commit 1d03cc8593ed71fde1f49eff2b8a48316daeb845 parent fe4b7f05ddc159327cb00b661bd4432a13e333bc Author: Florian Dold <florian@dold.me> Date: Wed, 24 Jun 2026 00:40:20 +0200 log level Diffstat:
| M | sandcastle-build | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandcastle-build b/sandcastle-build @@ -27,5 +27,5 @@ if [ ! -r "${CONTAINERFILE}" ]; then fi echo "Building with containerfile: ${CONTAINERFILE}" # The nofile ulimit is required to prevent fakeroot from becoming sluggish. -exec podman build $no_cache --ulimit=nofile=2048:2048 -f "${CONTAINERFILE}" \ +exec podman build --log-level=debug $no_cache --ulimit=nofile=2048:2048 -f "${CONTAINERFILE}" \ --target taler-final -t taler-base-all "$@" .