Trust: refresh 27 stale DOM/helper-runtime prelink units (#32122) - #35730
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ext/dom/*from AOT: DOMXPath //@* NodeList::item(N>0) host-fold materialization (#32003) #35706–AOT DOM: adoptNode cross-document reparent via LiveSlots detach (#19654) #35726) via targeted--unit=emit +publish-helper-units-prelink.php— no full corpus sweep.check-helper-runtime-prelink --strictto 441 fresh / 0 stale / 0 broken, keeping cold-build on the fast committed-cache path (Release blocker: committed helper-runtime cache is stale, so a clean checkout cannot compile hello world in 2 minutes #24302 / Release v1.1.0: fix cold-build-check compile_failed on hello world (LLVM Module.php line 180; re-#24302) #32122 follow-up to Trust: refresh stale helper-runtime prelink (restore user_release_ready) #34701).Root cause
DOM AOT helper sources changed in recent merges; committed
prelinked/helper-runtime/x86_64-linux/units/*fingerprints drifted. Cold builds still worked (local re-emit) but violated strict prelink freshness and risked compile timeouts on clean checkout.Verification
Not run:
./script/release-readiness.sh --json(Compile Tester lane), fullci-local.sh, differential sweep.Closes #32122 (trust follow-up — prelink freshness debt).
Made with Cursor