ci : disable fatal warnings for MPI build

This commit is contained in:
Georgi Gerganov 2024-02-17 18:05:25 +02:00
parent ffab4152aa
commit 1c3e59229b
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -136,7 +136,7 @@ jobs:
run: | run: |
mkdir build mkdir build
cd build cd build
cmake -DLLAMA_FATAL_WARNINGS=ON -DLLAMA_MPI=ON .. cmake -DLLAMA_MPI=ON ..
cmake --build . --config Release -j $(nproc) cmake --build . --config Release -j $(nproc)
- name: Test - name: Test