Skip to content

Commit 8a620a5

Browse files
committed
Merge remote-tracking branch 'origin/main' into split-prim-ops
2 parents 74c2253 + 90488bc commit 8a620a5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
- release/*
8+
tags:
9+
- ciflow/trunk/*
810
pull_request:
911
paths:
1012
- .ci/scripts/setup-ios.sh

scripts/build_apple_frameworks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ FRAMEWORK_EXECUTORCH="executorch:\
2929
libexecutorch_core.a,\
3030
libextension_apple.a,\
3131
libextension_data_loader.a,\
32+
libextension_flat_tensor.a,\
3233
libextension_module.a,\
3334
libextension_tensor.a,\
3435
libprim_ops_lib.a,\

0 commit comments

Comments
 (0)