-
Notifications
You must be signed in to change notification settings - Fork 627
Fix missing cmake_deps.toml dep from size_test to extension_data_loader #12744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
[ghstack-poisoned]
size_test.cpp uses FileDataLoader. Looks like this happens to work currently because of the missing cmake_deps.toml entry that gets fixed in #12744
…t failure for the EXPORT PR [ghstack-poisoned]
…t failure for the EXPORT PR [ghstack-poisoned]
yeah this explains why we have this compiled even when the CMake variable was OFF |
https://github.com/pytorch/executorch/actions/runs/16502309674/job/46669895289?pr=12744 (test-arm-cortex-m-size-test, zephyr version) looks like a real failure; maybe I fixed it in the wrong PR or something. |
[ghstack-poisoned]
I think we're good, jobs I was concerned about have passed. merging. |
Missing deps like this causes executorch_srcs.cmake to just roll the sources into the would-be-depending target, which is bad.