From 3ee3ac90b4250eb29c857d3360df044a7861d54d Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Sat, 17 May 2025 22:46:46 +0200 Subject: [PATCH] debug --- .forgejo/workflows/build.yaml | 1 + builder.sh | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 53fee0c..599c86f 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -18,6 +18,7 @@ jobs: fuse-overlayfs \ git \ netavark \ + strace \ ; sed /usr/share/containers/storage.conf \ -e '/^#\?mount_program/c\ diff --git a/builder.sh b/builder.sh index 4290763..6d65c40 100755 --- a/builder.sh +++ b/builder.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -x +set -xe YQ_VERSION=v4.44.2 NODE_VERSION=22.15.1 @@ -7,7 +7,9 @@ PNPM_VERSION=v9.5.0 NODE_VERSION=22.x ctr=$(buildah from "docker.io/library/debian:trixie-20250428") -mnt=$(buildah mount $ctr) +#mnt=$(buildah mount $ctr) +strace buildah mount $ctr +exit 1 buildah run $ctr -- apt-get update buildah run $ctr -- apt-get install -y --no-install-recommends \