Again
Buildtest / build (push) Failing after 58s

This commit is contained in:
Dominik Werder
2026-07-03 11:54:07 +02:00
parent 62dc2cca1a
commit 4b035619cc
+8 -7
View File
@@ -59,10 +59,11 @@ jobs:
run: |
PODMAN="podman --storage-driver=vfs --root $PODMAN_STORAGE --runroot $PODMAN_RUNROOT"
echo PODMAN COMMAND [["$PODMAN"]]
$PODMAN run --rm centos-7-rust-flat:latest id
$PODMAN run --rm centos-7-rust-flat:latest pwd
$PODMAN run --rm centos-7-rust-flat:latest ls /data
$PODMAN run --rm centos-7-rust-flat:latest cc --version
$PODMAN run --rm centos-7-rust-flat:latest rustup --version
$PODMAN run --rm centos-7-rust-flat:latest cargo --version
$PODMAN run --rm centos-7-rust-flat:latest rustc --version
PRUN="$PODMAN run --rm --network=none --user 0 centos-7-rust-flat:latest"
$PRUN id
$PRUN pwd
$PRUN ls /data
$PRUN cc --version
$PRUN rustup --version
$PRUN cargo --version
$PRUN rustc --version