Again
Buildtest / build (push) Failing after 59s

This commit is contained in:
Dominik Werder
2026-07-03 12:11:41 +02:00
parent 6025aa3429
commit 44ded05ebe
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
run: |
PODMAN="podman --storage-driver=vfs --root $PODMAN_STORAGE --runroot $PODMAN_RUNROOT"
echo PODMAN COMMAND [["$PODMAN"]]
PRUN="$PODMAN run --rm --network=none --user 0 --cgroups=disabled centos-7-rust-flat:latest"
PRUN="$PODMAN run --rm --network=none --user 0 --cgroups=disabled --sysctl net.ipv4.ping_group_range= centos-7-rust-flat:latest"
echo PRUN [["$PRUN"]]
$PRUN id
$PRUN pwd