One layout here too: the release tree is the tree - #8
Merged
Conversation
hack/spin-machine rearranged what it fetched — the kernel to _output/guest/, the firmware under _output/share/spin-stack/ — so the same files had one shape in the release and another here, with a translation between the two that every reader had to know about: six demo scripts, demo-lib.sh, two Taskfiles and the fetch script itself. spinbox stopped doing this and spin-machine's builds now write the release tree directly, which is what makes the claim in machine.Open's doc — one layout, everywhere — true rather than aspirational. This is the last translation step. What this repository builds for itself keeps its own directory: guest/ is the initramfs, and the split reads off a listing now. bin/, kernel/ and qemu/ came from a release; guest/ was built here. from_sibling collapses with it. A sibling's _output and an unpacked release are the same shape, so it is the same copy the release path makes; it used to stage the files into a third layout first, because they were not. Verified: fetched from the release and from a sibling checkout, guest:verify, and all six demos against real QEMU, then task ci. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019GHRRFvbnZi5q3KSTvyW5a
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.
hack/spin-machinerearranged what it fetched — the kernel to_output/guest/vmlinux, the firmware under_output/share/spin-stack/qemu/— so the same files had one shape in the release and another here, with a translation between the two that every reader had to know about: six demo scripts,demo-lib.sh, two Taskfiles and the fetch script itself.spinbox stopped doing this and spin-machine's builds now write the release tree directly, so this is the last translation step. It is what makes the claim in
machine.Open's doc — one layout, everywhere — true rather than aspirational.What this repository builds for itself keeps its own directory:
guest/is the initramfs. The split reads off a listing now —bin/,kernel/andqemu/came from a release,guest/was built here.from_siblingcollapses with it: a sibling's_outputand an unpacked release are the same shape, so it is the same copy the release path makes. It used to stage the files into a third layout first, because they were not.Verified
Fetched both ways (from the release with no sibling in reach, and from a sibling checkout),
guest:verify, all six demos against real QEMU, thentask ci.🤖 Generated with Claude Code
https://claude.ai/code/session_019GHRRFvbnZi5q3KSTvyW5a