fix pipeline

update sdk
This commit is contained in:
gaelle 2025-03-04 13:03:53 +01:00
parent 5ae0652661
commit 37daee36f7
2 changed files with 5 additions and 3 deletions

View file

@ -34,21 +34,23 @@ ubuntu2004-makefile-gcc:
ubuntu2004-ninja-clang:
rules:
- !reference [.rules-merge-request-manual, rules]
- if: $NIGHTLY_MASTER && $SKIP_LINUX != 1
- if: $NIGHTLY_MASTER
variables:
CMAKE_OPTIONS: -DENABLE_DOC=ON -DENABLE_G729=ON -DENABLE_PQCRYPTO=ON -DENABLE_GPL_THIRD_PARTIES=ON
CMAKE_GENERATOR: Ninja
CC: clang
CXX: clang++
extends: .linux-desktop
allow_failure: true
<<: *docker_image_platform_and_runner_tag
ubuntu2004-ninja-clang-small:
rules:
- !reference [.rules-merge-request-manual, rules]
- if: $NIGHTLY_MASTER && $SKIP_LINUX != 1
- if: $NIGHTLY_MASTER
variables:
CMAKE_OPTIONS: -DENABLE_VIDEO=NO -DENABLE_ADVANCED_IM=NO -DENABLE_DB_STORAGE=NO -DENABLE_PQCRYPTO=OFF
allow_failure: true
extends: ubuntu2004-ninja-clang
ubuntu2004-makefile-gcc:

@ -1 +1 @@
Subproject commit b10321bb77faacf2924eabb41b0f57721408cf26
Subproject commit 1a5f228ee786945af74e80803a5c4f9be6534910