We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8bec1b + e5e8f33 commit 9d02c20Copy full SHA for 9d02c20
.cirrus.yml
@@ -192,7 +192,11 @@ task:
192
integration_fs_rootless_script: |
193
case $DISTRO in
194
centos-7)
195
- echo "SKIP: FIXME: integration_fs_rootless_script is skipped because of EPERM on writing cgroup.procs"
+ # Most probably EPERM on cgroup.procs is caused by some missing kernel
196
+ # patch. The other issue is SELinux, but even with SELinux fixes in
197
+ # https://github.com/opencontainers/runc/pull/4068 it still doesn't work.
198
+ # Does not make sense in trying to fix this since it's an older distro.
199
+ echo "SKIP: integration_fs_rootless_script is skipped because of EPERM on writing cgroup.procs"
200
;;
201
*)
202
ssh -tt localhost "make -C /home/runc localrootlessintegration"
0 commit comments