diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-11 20:03:08 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-11 20:03:08 +0900 |
| commit | fd515badffc159b62c5140b8340164ccd29e41f5 (patch) | |
| tree | e4bfb24189960c360bd72e964d3f0acb3b28c4b7 /internal/pkg/exec.go | |
| parent | 330a344845aa8653772a9be6c085f4fdb602a028 (diff) | |
container: move scheduler policy constants to std
This avoids depending on cgo.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/exec.go')
| -rw-r--r-- | internal/pkg/exec.go | 2 |
1 files changed, 1 insertions, 1 deletions
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]. |
