sandbox: prepare ops early
All checks were successful
Test / Create distribution (push) Successful in 24s
Test / Fortify (push) Successful in 2m27s
Test / Fpkg (push) Successful in 3m33s
Test / Data race detector (push) Successful in 4m9s
Test / Flake checks (push) Successful in 53s

Some setup code needs to run in host root. This change allows that to happen.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-03-18 02:17:46 +09:00
parent 1b9408864f
commit b74a08dda9
5 changed files with 78 additions and 50 deletions

View File

@@ -101,6 +101,7 @@ type (
Ops []Op
Op interface {
early(params *Params) error
apply(params *Params) error
prefix() string