From b94809b63e68231d65dd814e3b8b311b76a9dfdd Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Fri, 23 Feb 2024 11:53:52 +0100 Subject: [PATCH] server: test: ci cmake remove all warning as it is done by the classical build and does not matter for testing --- .github/workflows/server-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-test.yml b/.github/workflows/server-test.yml index f5bcbafcdb617..241c928164797 100644 --- a/.github/workflows/server-test.yml +++ b/.github/workflows/server-test.yml @@ -100,7 +100,7 @@ jobs: run: | mkdir build cd build - cmake .. -DLLAMA_FATAL_WARNINGS=ON -DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ${{ matrix.defines }} + cmake .. -DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ${{ matrix.defines }} cmake --build . --config ${{ matrix.build_type }} -j $(nproc) --target server - name: Tests dependencies