From d9b3ad150eaeb2959000317cb6fe060e3a2e704c Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 28 Sep 2023 17:07:04 +0200 Subject: Remove 'cgroup' feature from make.conf portage has removed the 'cgroup' feature as it was based on cgroups v1. Instead, the 'pid-sandbox' feature (which is enabled by default) is used to isolate the process space and enable cleanly killing all processes spawned by an ebuild. --- host-albatross/make.conf | 2 +- host-coleridge/make.conf | 2 +- host-demeter/make.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/host-albatross/make.conf b/host-albatross/make.conf index 4142f5c..6f04bbe 100644 --- a/host-albatross/make.conf +++ b/host-albatross/make.conf @@ -21,7 +21,7 @@ EMERGE_DEFAULT_OPTS="--color=n --ask --alert --autounmask-write=n --jobs 4 --loa VIDEO_CARDS="amdgpu radeonsi" INSTALL_MASK="/usr/share/bash-completion" -FEATURES="cgroup clean-logs compress-build-logs downgrade-backup mount-sandbox parallel-install split-elog split-log" +FEATURES="clean-logs compress-build-logs downgrade-backup mount-sandbox parallel-install split-elog split-log" # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. diff --git a/host-coleridge/make.conf b/host-coleridge/make.conf index c95154e..f77a8e0 100644 --- a/host-coleridge/make.conf +++ b/host-coleridge/make.conf @@ -16,7 +16,7 @@ PORTAGE_ELOG_SYSTEM="echo save:*" PORTAGE_COMPRESS="" -FEATURES="cgroup clean-logs compress-build-logs downgrade-backup parallel-install split-elog split-log userfetch" +FEATURES="clean-logs compress-build-logs downgrade-backup parallel-install split-elog split-log userfetch" EMERGE_DEFAULT_OPTS="--color=n --ask --alert --autounmask-write=n --jobs 3 --load-average 4" diff --git a/host-demeter/make.conf b/host-demeter/make.conf index 8e37209..1678366 100644 --- a/host-demeter/make.conf +++ b/host-demeter/make.conf @@ -16,7 +16,7 @@ PORTAGE_COMPRESS="" EMERGE_DEFAULT_OPTS="--alert --ask --autounmask=n --color=n --jobs 2 --load-average 2" -FEATURES="cgroup clean-logs compress-build-logs downgrade-backup parallel-install split-elog split-log userfetch" +FEATURES="clean-logs compress-build-logs downgrade-backup parallel-install split-elog split-log userfetch" INSTALL_MASK="/usr/share/bash-completion" -- cgit v1.2.3-2-gb3c3