Skip to content

Commit ed881ad

Browse files
authoredDec 2, 2024
Merge pull request #5501 from inikep/PS-9542-8.0
PS-9542 [8.0]: Add clang-19 to Azure Pipelines
2 parents e05f6b7 + f8e7858 commit ed881ad

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed
 

‎azure-pipelines.yml

+23-8
Original file line numberDiff line numberDiff line change
@@ -90,38 +90,53 @@ jobs:
9090
BuildType: Debug
9191

9292
# clang-6 and newer compilers
93-
clang-18 RelWithDebInfo [Ubuntu 22.04 Jammy]:
93+
clang-19 RelWithDebInfo [Ubuntu 22.04 Jammy]:
9494
imageName: 'ubuntu-22.04'
9595
UBUNTU_CODE_NAME: jammy
9696
Compiler: clang
97-
CompilerVer: 18
97+
CompilerVer: 19
9898
BuildType: RelWithDebInfo
9999

100100
${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }}:
101-
clang-18 RelWithDebInfo INVERTED [Ubuntu 22.04 Jammy]:
101+
clang-19 RelWithDebInfo INVERTED [Ubuntu 22.04 Jammy]:
102102
imageName: 'ubuntu-22.04'
103103
UBUNTU_CODE_NAME: jammy
104104
Compiler: clang
105-
CompilerVer: 18
105+
CompilerVer: 19
106106
BuildType: RelWithDebInfo
107107
BUILD_PARAMS_TYPE: inverted
108108

109109
${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }}:
110-
clang-18 Debug [Ubuntu 22.04 Jammy]:
110+
clang-19 Debug [Ubuntu 22.04 Jammy]:
111111
imageName: 'ubuntu-22.04'
112112
UBUNTU_CODE_NAME: jammy
113113
Compiler: clang
114-
CompilerVer: 18
114+
CompilerVer: 19
115115
BuildType: Debug
116116

117-
clang-18 Debug INVERTED [Ubuntu 22.04 Jammy]:
117+
clang-19 Debug INVERTED [Ubuntu 22.04 Jammy]:
118118
imageName: 'ubuntu-22.04'
119119
UBUNTU_CODE_NAME: jammy
120120
Compiler: clang
121-
CompilerVer: 18
121+
CompilerVer: 19
122122
BuildType: Debug
123123
BUILD_PARAMS_TYPE: inverted
124124

125+
${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }}:
126+
clang-18 RelWithDebInfo [Ubuntu 22.04 Jammy]:
127+
imageName: 'ubuntu-22.04'
128+
UBUNTU_CODE_NAME: jammy
129+
Compiler: clang
130+
CompilerVer: 18
131+
BuildType: RelWithDebInfo
132+
133+
clang-18 Debug [Ubuntu 22.04 Jammy]:
134+
imageName: 'ubuntu-22.04'
135+
UBUNTU_CODE_NAME: jammy
136+
Compiler: clang
137+
CompilerVer: 18
138+
BuildType: Debug
139+
125140
${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }}:
126141
clang-17 RelWithDebInfo [Ubuntu 22.04 Jammy]:
127142
imageName: 'ubuntu-22.04'

0 commit comments

Comments
 (0)