Feat/macos artifact unpack - #1
Merged
Merged
Conversation
luthermonson
force-pushed
the
feat/macos-artifact-unpack
branch
2 times, most recently
from
April 5, 2026 02:03
e8c534b to
cdfb2ff
Compare
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
force-pushed
the
feat/macos-artifact-unpack
branch
from
April 5, 2026 02:24
cdfb2ff to
d8e4472
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.