Revert debug
All checks were successful
/ build (push) Successful in 2m22s

This commit is contained in:
Hornwitser 2025-05-17 23:03:20 +02:00
parent c24c09839d
commit 45a83dd740
2 changed files with 2 additions and 5 deletions

View file

@ -19,7 +19,6 @@ 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 -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 \