Skip to content

Commit f7fbc7a

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Skip building debug frameworks. (#2748)
Summary: Pull Request resolved: #2748 . Reviewed By: kirklandsign Differential Revision: D55485850 fbshipit-source-id: faeb6353b10b9e420003dda50a19ca2ff4a1bcda
1 parent 132fecf commit f7fbc7a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/apple.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,6 @@ jobs:
9999
zip -r "${RUNNER_TEMP}/artifacts/${FRAMEWORK}-${VERSION}.zip" "${FRAMEWORK}.xcframework"
100100
) done
101101
102-
# Build Debug iOS Frameworks
103-
PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \
104-
build/build_apple_frameworks.sh --coreml --mps --optimized --portable --quantized --xnnpack --Debug
105-
106-
# Bundle Debug iOS Frameworks
107-
for FRAMEWORK in "${FRAMEWORKS[@]}"; do (
108-
cd cmake-out && \
109-
mv "${FRAMEWORK}.xcframework" "{FRAMEWORK}_debug.xcframework" && \
110-
zip -r "${RUNNER_TEMP}/artifacts/${FRAMEWORK}_debug-${VERSION}.zip" "${FRAMEWORK}_debug.xcframework"
111-
) done
112-
113102
popd
114103
115104
upload-frameworks-ios:

0 commit comments

Comments
 (0)