From fd515badffc159b62c5140b8340164ccd29e41f5 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 11 Mar 2026 20:03:08 +0900 Subject: container: move scheduler policy constants to std This avoids depending on cgo. Signed-off-by: Ophestra --- internal/pkg/exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/pkg/exec.go') diff --git a/internal/pkg/exec.go b/internal/pkg/exec.go index c7248f1a..3bcffafb 100644 --- a/internal/pkg/exec.go +++ b/internal/pkg/exec.go @@ -40,7 +40,7 @@ type ExecPath struct { } // SchedPolicy is the [container] scheduling policy. -var SchedPolicy container.SchedPolicy +var SchedPolicy std.SchedPolicy // PromoteLayers returns artifacts with identical-by-content layers promoted to // the highest priority instance, as if mounted via [ExecPath]. -- cgit v1.3.1