Skip to content

Commit 446fa09

Browse files
larryliu0820pytorchbot
authored andcommitted
Fix build-framework-ios CI job (#2996)
Summary: As titled. `build_apple_frameworks.sh` is copying all the exported headers out and in #2934 `//executorch/schema:program` is being moved to `exported_deps` and causing `build_apple_frameworks.sh` to not able to copy generated headers `program_generated.h` and `scalar_type_generated.h`. This PR fixes it by moving it back to `deps`. Pull Request resolved: #2996 Reviewed By: kirklandsign Differential Revision: D56028952 Pulled By: larryliu0820 fbshipit-source-id: 2cd4999154877b0ac7b49cd1f54d518cba34b2f2 (cherry picked from commit 3b727a7)
1 parent 7b29ad2 commit 446fa09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/executor/targets.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ def define_common_targets():
8484
"//executorch/runtime/kernel:operator_registry",
8585
"//executorch/runtime/platform:platform",
8686
"//executorch/schema:extended_header",
87+
],
88+
deps = [
8789
"//executorch/schema:program",
8890
],
8991
visibility = [

0 commit comments

Comments
 (0)