mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
353f2ad193
Setting cpuset.cpus requires cpuset controller, which might not be available in case of cgroup v2 + systemd < 244. Rather than require cpuset support from every test case, do not set the initial cpuset value from setup(), and do not check it. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>