Skip to content

Commit 5cb9d77

Browse files
committed
Azure: Use Clang-17 in container
In C++23 mode it conflicts with the GCC 14 stdlib installed in the base image.
1 parent 3e2550f commit 5cb9d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ parameters:
7272
- { compiler: clang-13, cxxstd: '14,17,20', os: ubuntu-22.04 }
7373
- { compiler: clang-14, cxxstd: '14,17,20', os: ubuntu-22.04 }
7474
- { compiler: clang-16, cxxstd: '14,17,20,23', os: ubuntu-24.04 }
75-
- { compiler: clang-17, cxxstd: '14,17,20,23', os: ubuntu-24.04 }
75+
- { compiler: clang-17, cxxstd: '14,17,20,23', os: ubuntu-latest, container: 'ubuntu:24.04' }
7676
- { compiler: clang-18, cxxstd: '14,17,20,23,2c', os: ubuntu-24.04 }
7777
- { compiler: clang-19, cxxstd: '14,17,20,23,2c', os: ubuntu-24.04 }
7878
- { name: Linux_clang_6_libcxx,

0 commit comments

Comments
 (0)