Skip to content

Feat/macos artifact unpack - #1

Merged
luthermonson merged 2 commits into
mainfrom
feat/macos-artifact-unpack
Apr 5, 2026
Merged

Feat/macos artifact unpack#1
luthermonson merged 2 commits into
mainfrom
feat/macos-artifact-unpack

Conversation

@luthermonson

Copy link
Copy Markdown
Contributor

No description provided.

@luthermonson
luthermonson force-pushed the feat/macos-artifact-unpack branch 2 times, most recently from e8c534b to cdfb2ff Compare April 5, 2026 02:03
Add pkg/artifacts package that pulls OCI images via containerd and extracts
all layers into a flat directory on the host filesystem. This enables macOS
VM jobs to specify EPHEMERD_IMAGE and receive pre-built artifacts (e.g.,
libphp.a) via the virtio-fs shared directory.

- pkg/artifacts/extract.go: Extractor reads layers from containerd's content
  store, decompresses (gzip/zstd), and applies tar archives to dest dir
- Scheduler wires extraction into the queued job flow on darwin hosts
- Artifacts cleaned up on job completion, failure, and shutdown
- Non-fatal: extraction failure logs error but does not block the job
@luthermonson
luthermonson force-pushed the feat/macos-artifact-unpack branch from cdfb2ff to d8e4472 Compare April 5, 2026 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant