Skip to content

Commit 89d0951

Browse files
committed
ci: remove unnecessary podman config
1 parent d5c1e40 commit 89d0951

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build-stack.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,6 @@ jobs:
4646
sudo apt-get update && \
4747
sudo apt-get -y install podman; }
4848
podman version
49-
- name: Revert unprivileged user namespace restrictions in Ubuntu 24.04
50-
run: |
51-
# allow unprivileged user namespace
52-
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
53-
- name: Set cgroup_manager to 'cgroupfs' instead of systemd
54-
run: |
55-
mkdir -p ~/.config/containers
56-
cat <<EOT >> ~/.config/containers/containers.conf
57-
[engine]
58-
cgroup_manager="cgroupfs"
59-
EOT
60-
podman info
6149
6250
- name: Install qemu dependency
6351
run: |

0 commit comments

Comments
 (0)