From f8e785822558251b08cdbcc8445b980d650c99a3 Mon Sep 17 00:00:00 2001 From: Przemyslaw Skibinski Date: Fri, 29 Nov 2024 13:45:51 +0100 Subject: [PATCH] PS-9542: Add clang-19 to Azure Pipelines --- azure-pipelines.yml | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1986ff434b26..91f0d0cf831f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,38 +90,53 @@ jobs: BuildType: Debug # clang-6 and newer compilers - clang-18 RelWithDebInfo [Ubuntu 22.04 Jammy]: + clang-19 RelWithDebInfo [Ubuntu 22.04 Jammy]: imageName: 'ubuntu-22.04' UBUNTU_CODE_NAME: jammy Compiler: clang - CompilerVer: 18 + CompilerVer: 19 BuildType: RelWithDebInfo ${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }}: - clang-18 RelWithDebInfo INVERTED [Ubuntu 22.04 Jammy]: + clang-19 RelWithDebInfo INVERTED [Ubuntu 22.04 Jammy]: imageName: 'ubuntu-22.04' UBUNTU_CODE_NAME: jammy Compiler: clang - CompilerVer: 18 + CompilerVer: 19 BuildType: RelWithDebInfo BUILD_PARAMS_TYPE: inverted ${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }}: - clang-18 Debug [Ubuntu 22.04 Jammy]: + clang-19 Debug [Ubuntu 22.04 Jammy]: imageName: 'ubuntu-22.04' UBUNTU_CODE_NAME: jammy Compiler: clang - CompilerVer: 18 + CompilerVer: 19 BuildType: Debug - clang-18 Debug INVERTED [Ubuntu 22.04 Jammy]: + clang-19 Debug INVERTED [Ubuntu 22.04 Jammy]: imageName: 'ubuntu-22.04' UBUNTU_CODE_NAME: jammy Compiler: clang - CompilerVer: 18 + CompilerVer: 19 BuildType: Debug BUILD_PARAMS_TYPE: inverted + ${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }}: + clang-18 RelWithDebInfo [Ubuntu 22.04 Jammy]: + imageName: 'ubuntu-22.04' + UBUNTU_CODE_NAME: jammy + Compiler: clang + CompilerVer: 18 + BuildType: RelWithDebInfo + + clang-18 Debug [Ubuntu 22.04 Jammy]: + imageName: 'ubuntu-22.04' + UBUNTU_CODE_NAME: jammy + Compiler: clang + CompilerVer: 18 + BuildType: Debug + ${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }}: clang-17 RelWithDebInfo [Ubuntu 22.04 Jammy]: imageName: 'ubuntu-22.04'