From 067f13f0831f6ae11dc91b51d18d4fe7b15b8b68 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 14 Apr 2023 09:58:46 +0200 Subject: [PATCH] Remove clang from debian9 build because of Qt 5.15.2 : /opt/Qt/5.15.2/gcc_64/include/QtCore/qstring.h:1559:29: error: cannot initialize a parameter of type 'wchar_t *' with an rvalue of type 'const wchar_t *' from #include --- .../job-linux-desktop-debian9.yml | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/.gitlab-ci-files/job-linux-desktop-debian9.yml b/.gitlab-ci-files/job-linux-desktop-debian9.yml index ad3d446e5..2077cb8be 100644 --- a/.gitlab-ci-files/job-linux-desktop-debian9.yml +++ b/.gitlab-ci-files/job-linux-desktop-debian9.yml @@ -49,28 +49,6 @@ job-debian9-ninja-gcc-novideo: CMAKE_OPTIONS: -DENABLE_VIDEO=NO -DENABLE_PQCRYPTO=OFF extends: job-debian9-ninja-gcc - -job-debian9-ninja-clang: - tags: [ "docker-debian9" ] - only: - variables: - - $NIGHTLY_MASTER - image: gitlab.linphone.org:4567/bc/public/linphone-desktop/bc-dev-debian9-appimage:$DEBIAN_9_QT_IMAGE_VERSION - variables: - CMAKE_OPTIONS: -DENABLE_DOC=ON -DENABLE_G729=ON -DENABLE_PQCRYPTO=ON - CMAKE_GENERATOR: Ninja - CC: clang - CXX: clang++ - extends: .job-linux-desktop - -job-debian9-ninja-clang-novideo: - only: - variables: - - $NIGHTLY_MASTER - variables: - CMAKE_OPTIONS: -DENABLE_VIDEO=NO -DENABLE_PQCRYPTO=OFF - extends: job-debian9-ninja-clang - job-debian9-makefile-gcc: tags: [ "docker-debian9" ] image: gitlab.linphone.org:4567/bc/public/linphone-desktop/bc-dev-debian9-appimage:$DEBIAN_9_QT_IMAGE_VERSION