buildgolang.org/x/build/cmd/buildlet Directories

buildlet command

The buildlet is an HTTP server that untars content to disk and runs commands it has untarred, streaming their output back over HTTP. It is part of Go's continuous build system.

This program intentionally allows remote code execution, and provides no security of its own. It is assumed that any user uses it with an appropriately-configured firewall between their VM instances.

Directories

PathSynopsis
cmd/buildlet/stage0The stage0 command looks up the buildlet's URL from its environment (GCE metadata service, EC2, etc), downloads it, and runs it.
cmd/buildlet/testsshThe testssh binary exists to verify that a buildlet container's ssh works, without running the whole coordinator binary in the staging environment.
Version
v0.0.0-20250421191922-3619c213cff3 (latest)
Published
Apr 21, 2025
Platform
linux/amd64
Imports
43 packages
Last checked
3 months ago

Tools for package owners.