We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74c2253 + 90488bc commit 8a620a5Copy full SHA for 8a620a5
.github/workflows/apple.yml
@@ -5,6 +5,8 @@ on:
5
branches:
6
- main
7
- release/*
8
+ tags:
9
+ - ciflow/trunk/*
10
pull_request:
11
paths:
12
- .ci/scripts/setup-ios.sh
scripts/build_apple_frameworks.sh
@@ -29,6 +29,7 @@ FRAMEWORK_EXECUTORCH="executorch:\
29
libexecutorch_core.a,\
30
libextension_apple.a,\
31
libextension_data_loader.a,\
32
+libextension_flat_tensor.a,\
33
libextension_module.a,\
34
libextension_tensor.a,\
35
libprim_ops_lib.a,\
0 commit comments