Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit a463cdb

Browse files
authored
Merge pull request #108 from janhq/fix/missing-dll-libs
disable DBUILD_SHARED_LIBS cmake windows cuda
2 parents f9d03a5 + b953692 commit a463cdb

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ jobs:
276276
run: |
277277
robocopy build_deps\_install\bin .\build\Release zlib.dll
278278
robocopy build\bin\Release .\build\Release llama.dll
279-
robocopy ext_libs .\build\Release libcrypto-3-x64.dll
280-
robocopy ext_libs .\build\Release libssl-3-x64.dll
281279
7z a nitro.zip .\build\Release\*
282280
283281
- uses: actions/[email protected]
@@ -325,7 +323,7 @@ jobs:
325323
cmake --build ./build_deps/nitro_deps --config Release
326324
mkdir -p build
327325
cd build
328-
cmake .. -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUBLAS=ON -DBUILD_SHARED_LIBS=ON
326+
cmake .. -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUBLAS=ON
329327
cmake --build . --config Release -j 4
330328
331329
- name: Pack artifacts
@@ -336,8 +334,6 @@ jobs:
336334
echo %PATH%
337335
robocopy build_deps\_install\bin .\build\Release zlib.dll
338336
robocopy build\bin\Release .\build\Release llama.dll
339-
robocopy ext_libs .\build\Release libcrypto-3-x64.dll
340-
robocopy ext_libs .\build\Release libssl-3-x64.dll
341337
7z a nitro.zip .\build\Release\*
342338
343339
- uses: actions/[email protected]

ext_libs/libcrypto-3-x64.dll

-5.99 MB
Binary file not shown.

ext_libs/libssl-3-x64.dll

-870 KB
Binary file not shown.

0 commit comments

Comments
 (0)