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.
1 parent fb60b21 commit 7bf43b0Copy full SHA for 7bf43b0
.github/workflows/release.yml
@@ -630,8 +630,7 @@ jobs:
630
-DLLAMA_BUILD_SERVER=OFF \
631
-DCMAKE_SYSTEM_NAME=iOS \
632
-DCMAKE_OSX_DEPLOYMENT_TARGET=14.0 \
633
- -DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=ggml \
634
- -DLLAMA_BUILD_EXAMPLES=ON
+ -DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=ggml
635
cmake --build build --config Release -j $(sysctl -n hw.logicalcpu) -- CODE_SIGNING_ALLOWED=NO
636
637
- name: xcodebuild for swift package
0 commit comments