-
Notifications
You must be signed in to change notification settings - Fork 4
Add clang version 22 to debian image #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,7 +31,7 @@ env: | |
| FALLBACK_CLANG: 16 | ||
| CCACHE_VERSION: 4.12.2 | ||
| CMAKE_VERSION: 4.2.1 | ||
| CONAN_VERSION: 2.24.0 | ||
| CONAN_VERSION: 2.28.1 | ||
| GCOVR_VERSION: 8.3 | ||
| MOLD_VERSION: 2.40.4 | ||
| RUST_VERSION: 1.91.1 | ||
|
|
@@ -99,6 +99,9 @@ jobs: | |
| - release: trixie | ||
| compiler_name: clang | ||
| compiler_version: 21 | ||
| - release: trixie | ||
| compiler_name: clang | ||
| compiler_version: 22 | ||
|
Comment on lines
+102
to
+104
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we retire clang 16 to not have too many compilers?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suggest maybe not, because clang 17 is not available on Debian Bookworm - from Debian repo. But if you do, I think that would be a separate PR.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I agree, let's not make this decision a part of this PR |
||
| runs-on: ${{ matrix.architecture.runner }} | ||
| permissions: | ||
| packages: write | ||
|
|
@@ -240,6 +243,9 @@ jobs: | |
| - release: trixie | ||
| compiler_name: clang | ||
| compiler_version: 21 | ||
| - release: trixie | ||
| compiler_name: clang | ||
| compiler_version: 22 | ||
| runs-on: ubuntu-24.04 | ||
| needs: | ||
| - build | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.