From d11657a581243cef536b4c6cce6710bd22339bc9 Mon Sep 17 00:00:00 2001 From: Anastassios Nanos Date: Fri, 26 Jul 2024 14:03:45 +0000 Subject: [PATCH] runtime-rs: Remove unused env vars from build Since we can't find a homogeneous value for the resource/cgroup management of multiple hypervisors, and we have decoupled the env vars in the Makefile, we don't need the generic ones. Signed-off-by: Anastassios Nanos --- src/runtime-rs/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/runtime-rs/Makefile b/src/runtime-rs/Makefile index 9bb380abf8..707e3ab5f1 100644 --- a/src/runtime-rs/Makefile +++ b/src/runtime-rs/Makefile @@ -168,9 +168,6 @@ DEFFILEMEMBACKEND := "" DEFVALIDFILEMEMBACKENDS := [\"$(DEFFILEMEMBACKEND)\"] DEFMSIZE9P := 8192 DEFVFIOMODE := guest-kernel -##VAR DEFSANDBOXCGROUPONLY= Default cgroup model -DEFSANDBOXCGROUPONLY ?= false -DEFSTATICRESOURCEMGMT ?= false DEFBINDMOUNTS := [] DEFDANCONF := /run/kata-containers/dans SED = sed @@ -443,12 +440,10 @@ USER_VARS += DEFVALIDFILEMEMBACKENDS USER_VARS += DEFMSIZE9P USER_VARS += DEFENTROPYSOURCE USER_VARS += DEFVALIDENTROPYSOURCES -USER_VARS += DEFSANDBOXCGROUPONLY USER_VARS += DEFSANDBOXCGROUPONLY_QEMU USER_VARS += DEFSANDBOXCGROUPONLY_DB USER_VARS += DEFSANDBOXCGROUPONLY_FC USER_VARS += DEFSANDBOXCGROUPONLY_CLH -USER_VARS += DEFSTATICRESOURCEMGMT USER_VARS += DEFSTATICRESOURCEMGMT_DB USER_VARS += DEFSTATICRESOURCEMGMT_FC USER_VARS += DEFSTATICRESOURCEMGMT_CLH