Skip to content

Commit 5852a86

Browse files
committed
fix: remove stapling step from macOS CI workflow
Eliminate the stapling of the notarization ticket to the zip file in the macOS CI workflow, streamlining the notarization process for individual binaries. This change simplifies the build process while maintaining notarization for distribution.
1 parent f6be4b8 commit 5852a86

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build-turboquant-macos.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ jobs:
152152
--password "$APPLE_ID_PASSWORD" \
153153
--team-id "$APPLE_TEAM_ID" \
154154
--wait --timeout 10m
155-
echo "Stapling notarization ticket to zip..."
156-
xcrun stapler staple llama-turboquant-macos-arm64.zip
157-
158155
echo "=== Notarizing individual binaries (for tar.gz users) ==="
159156
for bin in build/bin/llama-server build/bin/llama-cli build/bin/llama-bench build/bin/llama-perplexity; do
160157
if [ -f "$bin" ]; then

0 commit comments

Comments
 (0)