Skip to content

Commit

Permalink
server: test: ci debug LD path
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Feb 23, 2024
1 parent 6dc3af5 commit 83c386f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
dpkg -i cuda-keyring_1.1-1_all.deb
apt-get update
apt-get -y install cuda-toolkit
find / -type f -name "*cuda*so*"
- name: Build
id: cmake_build
Expand All @@ -105,6 +106,7 @@ jobs:
cd build
cmake .. -DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ${{ matrix.defines }}
cmake --build . --config ${{ matrix.build_type }} -j $(nproc) --target server
ldd bin/server
- name: Tests dependencies
id: test_dependencies
Expand Down

0 comments on commit 83c386f

Please sign in to comment.