mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
.cirrus.yml: rm FIXME from rootless fs on CentOS 7
I tried to fix it, but it looks like older CentOS 7 kernel is the ultimate reason why it doesn't work. So, remove FIXME and add some explanation. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
+5
-1
@@ -192,7 +192,11 @@ task:
|
||||
integration_fs_rootless_script: |
|
||||
case $DISTRO in
|
||||
centos-7)
|
||||
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
|
||||
# patch. The other issue is SELinux, but even with SELinux fixes in
|
||||
# https://github.com/opencontainers/runc/pull/4068 it still doesn't work.
|
||||
# Does not make sense in trying to fix this since it's an older distro.
|
||||
echo "SKIP: integration_fs_rootless_script is skipped because of EPERM on writing cgroup.procs"
|
||||
;;
|
||||
*)
|
||||
ssh -tt localhost "make -C /home/runc localrootlessintegration"
|
||||
|
||||
Reference in New Issue
Block a user