Skip to content

Commit becaf4e

Browse files
committed
Fix build-framework-ios CI job
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 found it. This PR fixes it by moving it back to `deps`.
1 parent e641ffc commit becaf4e

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)