kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

Cross Tier 1

run.sh is the Tier 1 cross-compile/link sentinel. It covers the portability support set at build/link depth only; it does not execute target artifacts.

Missing provisioned sysroots or SDKs are reported as SKIP and fail the run by default. Real compile/link failures are FAIL. Narrow local runs with T1_CROSS_TARGETS=<selector> when you only intend to cover one slice; use KIT_TEST_ALLOW_SKIP=1 only when you explicitly want a permissive probe.

Covered lanes:

Provision hosted sysroots with:

make provision TARGET=<selector>