Fix unreachable RT feature submodule revisions#14
Draft
liuqliang wants to merge 1 commit into
Draft
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
develophead (a39344e)feature/ray-tracinghead (af17c8b)feature/ray-tracinghead (ea005ca).gitmodulesURLs unchangedRoot cause
ventus-env@a698c63references three commits that the repositories named by.gitmodulescannot serve:c5ce8a7d7c82913b70749b08760405fd9d9381f529da3a118b91c50a7e8477193e571b97503d781db1ef3ef36583ffc9a1a420fad16cd6804fe7e050Fetching each SHA directly returns
upload-pack: not our ref, so a fresh recursive checkout cannot reconstruct the feature branch.This repair intentionally follows the current public upstream heads instead of preserving local-only revisions.
Validation
a698c63is still the latest upstreamfeature/ray-tracinghead before preparing the changefeature/ray-tracingref and verifiedHEAD == af17c8bgit diff --checkThe unavailable revisions cannot be compared with their replacements because their objects are no longer published. A full recursive checkout/build remains the integration gate before merge; in particular, the large LLVM checkout should run in the normal cached CI/build environment.