mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-28 12:24:35 +00:00
ci : disable swift build
ggml-ci
This commit is contained in:
parent
ce4bab86b2
commit
c536c07e1e
56
.github/workflows/build.yml
vendored
56
.github/workflows/build.yml
vendored
@ -552,33 +552,35 @@ jobs:
|
|||||||
-DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=ggml
|
-DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=ggml
|
||||||
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu) -- CODE_SIGNING_ALLOWED=NO
|
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu) -- CODE_SIGNING_ALLOWED=NO
|
||||||
|
|
||||||
macOS-latest-swift:
|
# TODO: tmp disabled. see for possible re-enable:
|
||||||
runs-on: macos-latest
|
# https://github.com/ggerganov/llama.cpp/pull/10525
|
||||||
|
# macOS-latest-swift:
|
||||||
strategy:
|
# runs-on: macos-latest
|
||||||
matrix:
|
#
|
||||||
destination: ['generic/platform=macOS', 'generic/platform=iOS', 'generic/platform=tvOS']
|
# strategy:
|
||||||
|
# matrix:
|
||||||
steps:
|
# destination: ['generic/platform=macOS', 'generic/platform=iOS', 'generic/platform=tvOS']
|
||||||
- name: Clone
|
#
|
||||||
id: checkout
|
# steps:
|
||||||
uses: actions/checkout@v4
|
# - name: Clone
|
||||||
|
# id: checkout
|
||||||
- name: Dependencies
|
# uses: actions/checkout@v4
|
||||||
id: depends
|
#
|
||||||
continue-on-error: true
|
# - name: Dependencies
|
||||||
run: |
|
# id: depends
|
||||||
brew update
|
# continue-on-error: true
|
||||||
|
# run: |
|
||||||
- name: xcodebuild for swift package
|
# brew update
|
||||||
id: xcodebuild
|
#
|
||||||
run: |
|
# - name: xcodebuild for swift package
|
||||||
xcodebuild -scheme llama -destination "${{ matrix.destination }}"
|
# id: xcodebuild
|
||||||
|
# run: |
|
||||||
- name: Build Swift Example
|
# xcodebuild -scheme llama -destination "${{ matrix.destination }}"
|
||||||
id: make_build_swift_example
|
#
|
||||||
run: |
|
# - name: Build Swift Example
|
||||||
make swift
|
# id: make_build_swift_example
|
||||||
|
# run: |
|
||||||
|
# make swift
|
||||||
|
|
||||||
windows-msys2:
|
windows-msys2:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user