build: document Go+Rust build-host toolchains + preflight check #48
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "build/document-go-rust-toolchains"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Go (zot agent) and Rust (Colibri release binaries) are required on the build host to produce the binaries
build.shstages — but were undocumented (Codex had to hand-install Go).go rustto the build-hostpkg installline, with a note that they are build-host toolchains, not image packages (build.sh stages prebuilt binaries; the live USB runs the static zot binary and needs neither).go/cargo) is absent — so a missing toolchain shows up front, not mid-build. No false failure when binaries are already prebuilt.Go is intentionally NOT added to the image pkg lists.