debug
Some checks failed
/ build (push) Failing after 53s

This commit is contained in:
Hornwitser 2025-05-17 22:46:46 +02:00
parent bd5c207a8b
commit 3ee3ac90b4
2 changed files with 5 additions and 2 deletions

View file

@ -18,6 +18,7 @@ jobs:
fuse-overlayfs \
git \
netavark \
strace \
;
sed /usr/share/containers/storage.conf \
-e '/^#\?mount_program/c\

View file

@ -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 \