You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
North Star 1 AOT execute, serve-aot, and deploy-smoke 003 are default-on in script/ci-defaults.env (#764 ✅, #1760 ✅). Before closing #1044, presenters and PR authors still run a scattered command list (make miniwebapp-gates, phpc doctor --gates, filtered PHPUnit, optional shell smokes).
There is no single fast north-star verify target documented in README/Makefile.
Goal
Add make north-star1-verify (and ./script/north-star1-verify.sh) that runs, in order:
Exit non-zero on first failure; print “next issue” hints from stderr (mirror miniwebapp-gates.sh).
Acceptance criteria
make north-star1-verify # host, LLVM optional for tail
make docker-build-22
docker run --rm -v "$(pwd):/compiler" -w /compiler php-compiler:22.04-dev make north-star1-verify
Problem
North Star 1 AOT execute, serve-aot, and deploy-smoke 003 are default-on in
script/ci-defaults.env(#764 ✅, #1760 ✅). Before closing #1044, presenters and PR authors still run a scattered command list (make miniwebapp-gates,phpc doctor --gates, filtered PHPUnit, optional shell smokes).There is no single fast north-star verify target documented in README/Makefile.
Goal
Add
make north-star1-verify(and./script/north-star1-verify.sh) that runs, in order:phpc doctor --gates— print gate matrix (DevEx: phpc doctor --gates refresh after North Star 1 default-on gate flips (#1523, #1530) #1752)make miniwebapp-gates— ladder probe (stages 0–4d)./script/ci-fast.sh --filter 'MiniWebApp'— VM/cli serve subsetMINIWEBAPP_AOT_EXECUTE_GATE=1 vendor/bin/phpunit --filter MiniWebAppAotExecuteTest.llvmmissing):MINIWEBAPP_WEB_SMOKE_AOT_GATE=1 ./script/examples-web-smoke.sh --miniwebapp-only --aotExit non-zero on first failure; print “next issue” hints from stderr (mirror
miniwebapp-gates.sh).Acceptance criteria
docs/GETTING-STARTED.mdpresenter section and linked from 🌐 North Star 1: Web-capable PHP application (living tracker) #1044 / 🗺️ ROADMAP: Self-host + web-capable PHP subset (living) #78Dependencies
Links
docs/miniwebapp-gates.md,script/miniwebapp-gates.sh