Show versions
Buildtest / build (push) Failing after 59s

This commit is contained in:
Dominik Werder
2026-07-03 11:20:59 +02:00
parent 5f0678c4d8
commit 89c8077dde
+2 -1
View File
@@ -15,11 +15,13 @@ jobs:
BUILDER_IMAGE: localhost/devimgs/centos-7-rust-flat:latest
PODMAN_STORAGE: ${{ gitea.workspace }}/.podman-storage
PODMAN_RUNROOT: ${{ gitea.workspace }}/.podman-runroot
PODMAN: podman --storage-driver=vfs --root $PODMAN_STORAGE --runroot $PODMAN_RUNROOT
steps:
- name: Install podman
run: dnf install --assumeyes podman
- name: Load build image
run: |
echo PODMAN COMMAND [["$PODMAN"]]
ls /etc/*release
cat /etc/*release
cat > storage.conf <<EOF
@@ -30,7 +32,6 @@ jobs:
[storage.options]
EOF
mkdir -p "$PODMAN_STORAGE" "$PODMAN_RUNROOT"
PODMAN="podman --storage-driver=vfs --root $PODMAN_STORAGE --runroot $PODMAN_RUNROOT"
$PODMAN info
curl -L -o "$IMAGE_FN.tgz" "https://gitea.psi.ch/api/packages/daqbuf/generic/$IMAGE_FN/0.1.0/$IMAGE_FN.tgz"
zstd -d <"$IMAGE_FN.tgz" >"$IMAGE_FN.tar"