Cannot post status into #1492 directly: GitHub disables new comments on very large issues (>2500 comments).
This issue records the required “run the compiler first” status for the 2026-07-02 maintainer run.
Environment
Bootstrap/self-host gates
./script/docker-exec.sh -- bash -lc 'make bootstrap-selfhost-link' ✅ (built /compiler/build/selfhost)
./script/docker-exec.sh -- bash -lc 'make bootstrap-selfhost-helloworld' ✅ (helloworld-aot stdout: Hello World)
./script/docker-exec.sh -- bash -lc 'php script/bootstrap-inventory.php --check' ✅ OK 3675/3675
Notes
- Initial attempt used
docker info inside docker-exec and hit the environment guard; reran correctly with docker info on host + make/php only inside the container.
Refs #1492.
Cannot post status into #1492 directly: GitHub disables new comments on very large issues (>2500 comments).
This issue records the required “run the compiler first” status for the 2026-07-02 maintainer run.
Environment
docker info: OKBootstrap/self-host gates
./script/docker-exec.sh -- bash -lc 'make bootstrap-selfhost-link'✅ (built/compiler/build/selfhost)./script/docker-exec.sh -- bash -lc 'make bootstrap-selfhost-helloworld'✅ (helloworld-aot stdout: Hello World)./script/docker-exec.sh -- bash -lc 'php script/bootstrap-inventory.php --check'✅OK 3675/3675Notes
docker infoinsidedocker-execand hit the environment guard; reran correctly withdocker infoon host + make/php only inside the container.Refs #1492.