tinygo-buildstatus

command
v0.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2026 License: BSD-3-Clause Imports: 9 Imported by: 0

README

regression

CI regression / build status tester for individual u-root cmdlets built with tinygo. This tool is designed to be run in the CI, but can also be used to run locally. The default output format is Markdown to stdout.

Example

TINYGO=/path/to/tinygo/build/tinygo 
TINYGOVER=$(/path/to/tinygo/build/tinygo version | awk {'print $3'})
GOVER=$(go version | awk {'print $3'} )

go run tools/regression/main.go \
    -tinygo $TINYGO \
    -commit-tinygo $TINYGOVER \
    -commit-uroot $(git rev-parse HEAD) \
    -version-go $(GOVER) \
    cmds/core/ls* cmds/core/sshd

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL