From c6b348ee8b1cf41852bb220c02271991a3d2e32f Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 27 Sep 2023 19:08:52 +0100 Subject: profiles: remove no longer supported FEATURES=cgroup --- profiles/bootstrap/make.defaults | 3 +-- profiles/common/make.defaults | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'profiles') diff --git a/profiles/bootstrap/make.defaults b/profiles/bootstrap/make.defaults index bfe4c043..d93c1998 100644 --- a/profiles/bootstrap/make.defaults +++ b/profiles/bootstrap/make.defaults @@ -1,8 +1,7 @@ CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" -FEATURES="cgroup" -FEATURES="${FEATURES} collision-protect config-protect-if-modified protect-owned" +FEATURES="collision-protect config-protect-if-modified protect-owned" FEATURES="${FEATURES} -news" FEATURES="${FEATURES} nodoc noinfo noman" FEATURES="${FEATURES} preserve-libs" diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index 31a259a0..e8db31de 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -6,7 +6,6 @@ ACCEPT_LICENSE="${ACCEPT_LICENSE} @BINARY-REDISTRIBUTABLE" FEATURES="unknown-features-warn" FEATURES="${FEATURES} sandbox ipc-sandbox mount-sandbox network-sandbox pid-sandbox" FEATURES="${FEATURES} distlocks" -FEATURES="${FEATURES} cgroup" FEATURES="${FEATURES} parallel-fetch" FEATURES="${FEATURES} userfetch userpriv usersandbox usersync" FEATURES="${FEATURES} protect-owned" -- cgit v1.2.3