File tree Expand file tree Collapse file tree 1 file changed +29
-27
lines changed Expand file tree Collapse file tree 1 file changed +29
-27
lines changed Original file line number Diff line number Diff line change @@ -552,33 +552,35 @@ jobs:
552
552
-DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=ggml
553
553
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu) -- CODE_SIGNING_ALLOWED=NO
554
554
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
582
584
583
585
windows-msys2 :
584
586
runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments