This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new 1bdabaf79 FIX: add missing cgroups file.
1bdabaf79 is described below
commit 1bdabaf79fa238f23d7a1bbce0899c12d5e5609a
Author: Andreas Peters <[email protected]>
AuthorDate: Thu May 23 22:46:54 2024 +0200
FIX: add missing cgroups file.
---
src/CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 49f620851..3973737f1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -349,10 +349,11 @@ if (ENABLE_XFS_DISK_ISOLATOR)
slave/containerizer/mesos/isolators/xfs/utils.cpp)
endif ()
-if (ENABLE_CGROUPS_v2)
+if (ENABLE_CGROUPS_V2)
list(APPEND LINUX_SRC
linux/cgroups2.cpp
linux/ebpf.cpp
+ slave/containerizer/mesos/isolators/cgroups2/cgroups2.cpp
slave/containerizer/mesos/isolators/cgroups2/controller.cpp
slave/containerizer/mesos/isolators/cgroups2/controllers/core.cpp
slave/containerizer/mesos/isolators/cgroups2/controllers/cpu.cpp