internal/pkg: expose underlying reader
Some checks failed
Test / Create distribution (push) Failing after 43s
Test / ShareFS (push) Failing after 51s
Test / Sandbox (push) Failing after 1m5s
Test / Sandbox (race detector) (push) Failing after 1m6s
Test / Hpkg (push) Failing after 1m14s
Test / Hakurei (race detector) (push) Failing after 1m29s
Test / Hakurei (push) Failing after 1m33s
Test / Flake checks (push) Has been skipped

This will be fully implemented in httpArtifact in a future commit.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-25 14:14:19 +09:00
parent 20790af71e
commit dd5cefe85a
7 changed files with 156 additions and 92 deletions

View File

@@ -32,7 +32,7 @@ type ExecPath struct {
P *check.Absolute
// Artifacts to mount on the pathname, must contain at least one [Artifact].
// If there are multiple entries or W is true, P is set up as an overlay
// mount, and entries of A must not implement [File].
// mount, and entries of A must not implement [FileArtifact].
A []Artifact
// Whether to make the mount point writable via the temp directory.
W bool