Skip to content

Foundation: refresh helper-runtime prelink (Closes #24409) - #24416

Merged
PurHur merged 1 commit into
masterfrom
agent/issue-24409-helper-runtime-prelink
Jul 28, 2026
Merged

PurHur merged 1 commit into
masterfrom
agent/issue-24409-helper-runtime-prelink

Conversation

@PurHur

@PurHur PurHur commented Jul 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • Re-emitted committed prelinked/helper-runtime/x86_64-linux/ via make helper-runtime-prelink-refresh (emit-helper-runtime-object.php --prelink) — real unit rebuild, not a fingerprint restamp.
  • Restored missing unit.bc on previously incomplete units (Class/Function/Method/Property/TraitExists, several DOM helpers, etc.) and refreshed stale fingerprints after source drift.
  • Clears Pillar 1 helper-runtime-prelink so user_release_ready is yes.

Closes #24409.

Test plan

  • ./script/docker-exec.sh -- bash -lc 'php script/check-helper-runtime-prelink.php --strict'
    • Result: 291 fresh, 0 stale, 0 broken (EXIT 0)
  • php script/check-selfhost-spine-coverage-sync.php
  • ./script/release-readiness.sh --json
    • Result: "user_release_ready": "yes"; all quick gates ok including helper-runtime-prelink
  • Not covered: full gen-0 rebuild (provenance still warns stale seed; out of scope for this refresh)

Made with Cursor

Re-emit committed x86_64-linux helper units so release-readiness
helper-runtime-prelink --strict passes and user_release_ready is yes.
Closes #24409.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Foundation: helper-runtime prelink broken again — missing unit.bc / stale DOM (re-#24355)

1 participant