remove clang compilation while it is broken

This commit is contained in:
gaelle 2025-03-03 14:59:14 +01:00
parent 138d836154
commit 765533a175

View file

@ -35,6 +35,7 @@ ubuntu2004-ninja-clang:
rules:
- !reference [.rules-merge-request-manual, rules]
- if: $NIGHTLY_MASTER
- if: $LINUX_NINJA
variables:
CMAKE_OPTIONS: -DENABLE_DOC=ON -DENABLE_G729=ON -DENABLE_PQCRYPTO=ON -DENABLE_GPL_THIRD_PARTIES=ON
CMAKE_GENERATOR: Ninja
@ -47,6 +48,7 @@ ubuntu2004-ninja-clang-small:
rules:
- !reference [.rules-merge-request-manual, rules]
- if: $NIGHTLY_MASTER
- if: $LINUX_NINJA
variables:
CMAKE_OPTIONS: -DENABLE_VIDEO=NO -DENABLE_ADVANCED_IM=NO -DENABLE_DB_STORAGE=NO -DENABLE_PQCRYPTO=OFF
extends: ubuntu2004-ninja-clang