diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88c269e..fb65a0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -513,38 +513,38 @@ jobs: name: macos_metal_debug path: build/libgodot_llm.darwin.debug.universal.dylib - ios-latest-cmake-cpu-release: - runs-on: macos-latest - steps: - - name: Clone - id: checkout - uses: actions/checkout@v4 - - - name: Clone submodule - id: clone_submodule - run: | - git submodule update --init --recursive - - - name: Dependencies - id: depends - run: | - brew update - - - name: Build - id: cmake_build - run: | - mkdir build - cd build - 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 - cmake --build . --config Release -j $(sysctl -n hw.logicalcpu) - codesign -s - libgodot_llm.ios.release.universal.dylib - ls -al - - - name: Archive library - uses: actions/upload-artifact@v4 - with: - name: macos_cpu_release - path: build/libgodot_llm.ios.release.universal.dylib + # ios-latest-cmake-cpu-release: + # runs-on: macos-latest + # steps: + # - name: Clone + # id: checkout + # uses: actions/checkout@v4 + + # - name: Clone submodule + # id: clone_submodule + # run: | + # git submodule update --init --recursive + + # - name: Dependencies + # id: depends + # run: | + # brew update + + # - name: Build + # id: cmake_build + # run: | + # mkdir build + # cd build + # 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 + # cmake --build . --config Release -j $(sysctl -n hw.logicalcpu) + # codesign -s - libgodot_llm.ios.release.universal.dylib + # ls -al + + # - name: Archive library + # uses: actions/upload-artifact@v4 + # with: + # name: macos_cpu_release + # path: build/libgodot_llm.ios.release.universal.dylib archive-other-files: runs-on: ubuntu-latest