diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-12 15:10:43 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-12 15:11:17 +0900 |
| commit | 6643cfbeee181ee1bd543e2b3783bb5a8c01ad13 (patch) | |
| tree | 04b1b3b1d3fa044a1f8d5097355fa2779fe95af9 /internal/rosa/busybox.go | |
| parent | dcde38f2e967ebf14a3c8a7f933b7dd1bf465566 (diff) | |
internal/pkg: optionally measure exec artifact
Useful for verifying deterministic output without enabling network access.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/busybox.go')
| -rw-r--r-- | internal/rosa/busybox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/busybox.go b/internal/rosa/busybox.go index fcfe1648..9a78d4d2 100644 --- a/internal/rosa/busybox.go +++ b/internal/rosa/busybox.go @@ -104,7 +104,7 @@ func newBusyboxBin() pkg.Artifact { } return pkg.NewExec( - "busybox-bin-"+version, arch, nil, pkg.ExecTimeoutMax, false, + "busybox-bin-"+version, arch, nil, pkg.ExecTimeoutMax, false, false, fhs.AbsRoot, []string{ "PATH=/system/bin", }, |
