Skip to content

Commit 97f7057

Browse files
committed
github-ci: use host cgroup namespace for live tests
Allow nested Podman containers to access the pids cgroup controller in the privileged namespace test job.
1 parent 1f7a7fd commit 97f7057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ jobs:
20012001
needs: [prepare-deps, prepare-cbindgen]
20022002
container:
20032003
image: ubuntu:24.04
2004-
options: --privileged
2004+
options: --privileged --cgroupns=host
20052005
steps:
20062006
- name: Cache ~/.cargo
20072007
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9

0 commit comments

Comments
 (0)