Make CMake builds independent of checkout name - #22292
Draft
rascani wants to merge 1 commit into
Draft
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/22292
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 2 Cancelled Jobs, 1 Unrelated Failure, 7 Unclassified FailuresAs of commit 7a690f8 with merge base 80f7005 ( NEW FAILURE - The following job has failed:
UNCLASSIFIED FAILURES - DrCI could not classify the following jobs because the workflow did not run on the merge base. The failures may be pre-existing on trunk or introduced by this PR:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Remove the requirement that the repository directory itself be named executorch. Generate a checkout-local include root in the build tree, route build-time include paths through it, and retain the public executorch/... include namespace and installed layout. Review this commit by starting with tools/cmake/Utils.cmake and the top-level CMakeLists.txt, then checking the standalone backend and example entrypoints, and finally test/test_worktree_build.sh. Authored with assistance from Codex.
rascani
force-pushed
the
codex/worktree-cmake
branch
from
August 29, 2026 00:06
15e3323 to
7a690f8
Compare
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
Remove the requirement that the repository directory itself be named executorch. Generate a checkout-local include root in the build tree, route build-time include paths through it, and retain the public executorch/... include namespace and installed layout.
Review this commit by starting with tools/cmake/Utils.cmake and the top-level CMakeLists.txt, then checking the standalone backend and example entrypoints, and finally test/test_worktree_build.sh.
Authored with assistance from Codex.
Fixes #6475
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell