CI: Add clang 21&22 to Ubuntu CLang build matrix - #5347
Open
petrbel wants to merge 3 commits into
Open
Conversation
Signed-off-by: Petr Belohlavek <me@petrbel.cz>
petrbel
force-pushed
the
ci-ubuntu-add-clang-21
branch
from
August 3, 2026 09:51
8525928 to
e622d01
Compare
Author
|
sorry about the push-force |
nlohmann
requested changes
Aug 3, 2026
nlohmann
left a comment
Owner
There was a problem hiding this comment.
Once the CI is green, please also update the docs/mkdocs/docs/community/quality_assurance.md page with the new Clang version that shipped this morning for latest.
Signed-off-by: Petr Belohlavek <me@petrbel.cz>
petrbel
force-pushed
the
ci-ubuntu-add-clang-21
branch
from
August 3, 2026 17:35
3a19dba to
5329473
Compare
Signed-off-by: Petr Belohlavek <me@petrbel.cz>
Author
|
Hi @nlohmann, thanks for review. I totally forgot that.
Hope it's fine now, please let me know if you want something changed. |
Owner
|
Clang was updated and the latest develop branch fixes a CI issue. Please rebase to the latest develop branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Current state: The Ubuntu CI build matrix (ci_test_compilers_clang) pins many Clang versions explicitly, but stops at Clang 20 before jumping to latest. Clang 21 was therefore only covered incidentally, via the latest tag.
Problem:
silkeh/clang:latesthas moved to Clang 22 and we've silently lost coverage of Clang 21.Proposed change: Add an explicit 21 and 22 entries to the Ubuntu Clang build matrix. Both silkeh/clang:21 and silkeh/clang:22 images already exist.
Discussion: #5345 , Contribution Guidelines: Wanted
Scope: CI-only. No source, functionality, tests, docs, or coverage affected.
In case this is mandatory, I comply with Contribution Guidelines, namely Developer Certificate of Origin (DCO) version 1.1