From 7d617d456286aab39642c6310f8c0f9ec0089798 Mon Sep 17 00:00:00 2001 From: elsid Date: Sun, 30 Mar 2025 20:32:15 +0200 Subject: [PATCH] Test coverity job --- .gitlab-ci.yml | 10 +++++----- CI/install_debian_deps.sh | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df84f9afa0..a1610b502c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,10 +94,10 @@ Ubuntu_GCC_preprocess: Coverity: tags: - saas-linux-medium-amd64 - image: ubuntu:22.04 + image: ubuntu:24.04 stage: build - rules: - - if: $CI_PIPELINE_SOURCE == "schedule" + # rules: + # - if: $CI_PIPELINE_SOURCE == "schedule" cache: key: Coverity.ubuntu_24.04.v1 paths: @@ -105,8 +105,8 @@ Coverity: - ccache/ variables: CCACHE_SIZE: 2G - CC: clang-12 - CXX: clang++-12 + CC: clang-14 + CXX: clang++-14 CMAKE_BUILD_TYPE: Debug CMAKE_CXX_FLAGS_DEBUG: -O0 before_script: diff --git a/CI/install_debian_deps.sh b/CI/install_debian_deps.sh index f15f16b0a2..c817412735 100755 --- a/CI/install_debian_deps.sh +++ b/CI/install_debian_deps.sh @@ -11,7 +11,7 @@ print_help() { declare -rA GROUPED_DEPS=( [gcc]="binutils gcc build-essential cmake ccache curl unzip git pkg-config mold" [clang]="binutils clang make cmake ccache curl unzip git pkg-config mold" - [coverity]="binutils clang-12 make cmake ccache curl unzip git pkg-config" + [coverity]="binutils clang-14 make cmake ccache curl unzip git pkg-config" [gcc_preprocess]=" binutils build-essential