diff options
| author | Johannes Altmanninger <aclopte@gmail.com> | 2023-03-05 16:47:48 +0100 |
|---|---|---|
| committer | Johannes Altmanninger <aclopte@gmail.com> | 2023-03-05 17:28:37 +0100 |
| commit | e52f64229a4f60a2c1463611989c2b55471f36bb (patch) | |
| tree | 444a938dff609d5a22267f9b7e9e4af766e755d0 /.cirrus.yml | |
| parent | 1479bf6f088b8d44f3ba31a794cb7ee92dec9f0a (diff) | |
cirrus: use Clang 11 instead of 10 on Linux
This fixes the CI failure where clang could not find <compare>.
Removing the include would not be enough, there are some other
failures.
Debian Stable ships Clang 11 so this seems accessible enough.
Diffstat (limited to '.cirrus.yml')
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 27930b77..2c50dda9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -22,7 +22,7 @@ linux_task: matrix: - name: linux_clang container: - image: silkeh/clang:10 + image: silkeh/clang:11 env: CXX: clang++ - name: linux_gcc |
