diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index dc3b6d7..28f1f59 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -19,7 +19,6 @@ 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 da0c403..4652d43 100755 --- a/builder.sh +++ b/builder.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -xe +set -x YQ_VERSION=v4.44.2 NODE_VERSION=22.15.1 @@ -7,9 +7,7 @@ PNPM_VERSION=v9.5.0 NODE_VERSION=22.x ctr=$(buildah from "docker.io/library/debian:trixie-20250428") -#mnt=$(buildah mount $ctr) -strace buildah mount $ctr -exit 1 +mnt=$(buildah mount $ctr) buildah run $ctr -- apt-get update buildah run $ctr -- apt-get install -y --no-install-recommends \