Skip to content

Commit

Permalink
build: remove unused github action cmake command
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed Jun 13, 2024
1 parent 873c667 commit da05188
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ jobs:
mkdir build
cd build
cmake .. --preset windows-vulkan-release
cmake .. -GNinja -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DLLAMA_NATIVE=OFF -DLLAMA_VULKAN=ON -DCMAKE_BUILD_TYPE=Release
ninja -j ${env:NUMBER_OF_PROCESSORS}
- name: Archive library
Expand Down Expand Up @@ -473,7 +472,6 @@ jobs:
mkdir build
cd build
cmake .. --preset macos-metal-release
cmake .. -DLLAMA_NATIVE=OFF -DLLAMA_METAL=ON -DLLAMA_METAL_EMBED_LIBRARY=ON -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
codesign -s - libgodot_llm.darwin.release.universal.dylib
Expand Down Expand Up @@ -506,7 +504,6 @@ jobs:
mkdir build
cd build
cmake .. --preset macos-metal-debug
cmake .. -DLLAMA_NATIVE=OFF -DLLAMA_METAL=ON -DLLAMA_METAL_EMBED_LIBRARY=ON -DCMAKE_BUILD_TYPE=Debug
cmake --build . --config Debug -j $(sysctl -n hw.logicalcpu)
codesign -s - libgodot_llm.darwin.debug.universal.dylib
Expand Down

0 comments on commit da05188

Please sign in to comment.