Skip to content

Commit 9d149b3

Browse files
committed
build: disable ios build
1 parent c62bc67 commit 9d149b3

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.github/workflows/build.yml

+32-32
Original file line numberDiff line numberDiff line change
@@ -513,38 +513,38 @@ jobs:
513513
name: macos_metal_debug
514514
path: build/libgodot_llm.darwin.debug.universal.dylib
515515

516-
ios-latest-cmake-cpu-release:
517-
runs-on: macos-latest
518-
steps:
519-
- name: Clone
520-
id: checkout
521-
uses: actions/checkout@v4
522-
523-
- name: Clone submodule
524-
id: clone_submodule
525-
run: |
526-
git submodule update --init --recursive
527-
528-
- name: Dependencies
529-
id: depends
530-
run: |
531-
brew update
532-
533-
- name: Build
534-
id: cmake_build
535-
run: |
536-
mkdir build
537-
cd build
538-
cmake .. -G Xcode -DLLAMA_METAL_EMBED_LIBRARY=ON -DLLAMA_BUILD_EXAMPLES=OFF -DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_SERVER=OFF -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=14.0
539-
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
540-
codesign -s - libgodot_llm.ios.release.universal.dylib
541-
ls -al
542-
543-
- name: Archive library
544-
uses: actions/upload-artifact@v4
545-
with:
546-
name: macos_cpu_release
547-
path: build/libgodot_llm.ios.release.universal.dylib
516+
# ios-latest-cmake-cpu-release:
517+
# runs-on: macos-latest
518+
# steps:
519+
# - name: Clone
520+
# id: checkout
521+
# uses: actions/checkout@v4
522+
523+
# - name: Clone submodule
524+
# id: clone_submodule
525+
# run: |
526+
# git submodule update --init --recursive
527+
528+
# - name: Dependencies
529+
# id: depends
530+
# run: |
531+
# brew update
532+
533+
# - name: Build
534+
# id: cmake_build
535+
# run: |
536+
# mkdir build
537+
# cd build
538+
# cmake .. -G Xcode -DLLAMA_METAL_EMBED_LIBRARY=ON -DLLAMA_BUILD_EXAMPLES=OFF -DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_SERVER=OFF -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=14.0
539+
# cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
540+
# codesign -s - libgodot_llm.ios.release.universal.dylib
541+
# ls -al
542+
543+
# - name: Archive library
544+
# uses: actions/upload-artifact@v4
545+
# with:
546+
# name: macos_cpu_release
547+
# path: build/libgodot_llm.ios.release.universal.dylib
548548

549549
archive-other-files:
550550
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)