Skip to content

Commit c536c07

Browse files
committed
ci : disable swift build
ggml-ci
1 parent ce4bab8 commit c536c07

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

.github/workflows/build.yml

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -552,33 +552,35 @@ jobs:
552552
-DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=ggml
553553
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu) -- CODE_SIGNING_ALLOWED=NO
554554
555-
macOS-latest-swift:
556-
runs-on: macos-latest
557-
558-
strategy:
559-
matrix:
560-
destination: ['generic/platform=macOS', 'generic/platform=iOS', 'generic/platform=tvOS']
561-
562-
steps:
563-
- name: Clone
564-
id: checkout
565-
uses: actions/checkout@v4
566-
567-
- name: Dependencies
568-
id: depends
569-
continue-on-error: true
570-
run: |
571-
brew update
572-
573-
- name: xcodebuild for swift package
574-
id: xcodebuild
575-
run: |
576-
xcodebuild -scheme llama -destination "${{ matrix.destination }}"
577-
578-
- name: Build Swift Example
579-
id: make_build_swift_example
580-
run: |
581-
make swift
555+
# TODO: tmp disabled. see for possible re-enable:
556+
# https://github.com/ggerganov/llama.cpp/pull/10525
557+
# macOS-latest-swift:
558+
# runs-on: macos-latest
559+
#
560+
# strategy:
561+
# matrix:
562+
# destination: ['generic/platform=macOS', 'generic/platform=iOS', 'generic/platform=tvOS']
563+
#
564+
# steps:
565+
# - name: Clone
566+
# id: checkout
567+
# uses: actions/checkout@v4
568+
#
569+
# - name: Dependencies
570+
# id: depends
571+
# continue-on-error: true
572+
# run: |
573+
# brew update
574+
#
575+
# - name: xcodebuild for swift package
576+
# id: xcodebuild
577+
# run: |
578+
# xcodebuild -scheme llama -destination "${{ matrix.destination }}"
579+
#
580+
# - name: Build Swift Example
581+
# id: make_build_swift_example
582+
# run: |
583+
# make swift
582584

583585
windows-msys2:
584586
runs-on: windows-latest

0 commit comments

Comments
 (0)