Skip to content

Commit

Permalink
Azure image got updated to clang-13
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Boasson <[email protected]>
  • Loading branch information
eboasson committed Sep 29, 2023
1 parent 2354588 commit 7d1be99
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,23 @@ jobs:
cc: gcc-10
testing: off
idlc_xtests: off
'Ubuntu 22.04 LTS with Clang 12 (Debug, x86_64)':
'Ubuntu 22.04 LTS with Clang 13 (Debug, x86_64)':
image: ubuntu-22.04
analyzer: on
sanitizer: address,undefined
cc: clang-12
'Ubuntu 22.04 LTS with Clang 12 (Debug, x86_64, no security)':
cc: clang-13
'Ubuntu 22.04 LTS with Clang 13 (Debug, x86_64, no security)':
image: ubuntu-22.04
sanitizer: address,undefined
security: off
cc: clang-12
'Ubuntu 22.04 LTS with Clang 12 (Release, x86_64, no topic discovery)':
cc: clang-13
'Ubuntu 22.04 LTS with Clang 13 (Release, x86_64, no topic discovery)':
image: ubuntu-22.04
build_type: Release
sanitizer: undefined
topic_discovery: off
idlc_xtests: off # temporary disabled because of passing -t option to idlc in this test for recursive types
cc: clang-12
cc: clang-13
'macOS 11 with Clang 12 (Debug, x86_64)':
image: macOS-11
sanitizer: address,undefined
Expand Down Expand Up @@ -174,9 +174,9 @@ jobs:
vmImage: $(image)
strategy:
matrix:
'Test and fuzzing (Ubuntu 22.04 LTS, Clang 12, Debug)':
'Test and fuzzing (Ubuntu 22.04 LTS, Clang 13, Debug)':
image: ubuntu-22.04
cc: clang-12
cc: clang-13
build_type: Debug
steps:
- template: /.azure/templates/python-binding.yml
Expand All @@ -187,9 +187,9 @@ jobs:
vmImage: $(image)
strategy:
matrix:
'Build and test (Ubuntu 22.04 LTS, Clang 12, Debug)':
'Build and test (Ubuntu 22.04 LTS, Clang 13, Debug)':
image: ubuntu-22.04
cc: clang-12
cc: clang-13
build_type: Debug
steps:
- template: /.azure/templates/cxx-binding.yml

0 comments on commit 7d1be99

Please sign in to comment.