Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
mathbunnyru marked this conversation as resolved.
GCOVR_VERSION: 8.3
MOLD_VERSION: 2.40.4
RUST_VERSION: 1.91.1
Expand Down Expand Up @@ -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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we retire clang 16 to not have too many compilers?

Copy link
Copy Markdown
Collaborator Author

@Bronek Bronek May 5, 2026

Choose a reason for hiding this comment

The 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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
BUILDKIT_PROGRESS: plain
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docker/debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ DEBIAN_VERSION=bookworm
GCC_VERSION=12
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
Expand Down Expand Up @@ -74,7 +74,7 @@ BASE_IMAGE=ghcr.io/xrplf/ci/gcc:${GCC_VERSION}-bullseye
# The versions of the tools to use.
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
Expand Down Expand Up @@ -110,7 +110,7 @@ CLANG_VERSION=17
# The versions of the tools to use.
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
Expand Down
4 changes: 2 additions & 2 deletions docker/rhel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GCC_VERSION=12
# The versions of the tools to use.
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
Expand Down Expand Up @@ -63,7 +63,7 @@ RHEL_VERSION=10
# The versions of the tools to use.
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
Expand Down
4 changes: 2 additions & 2 deletions docker/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GCC_VERSION=14
# The versions of the tools to use.
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
Expand Down Expand Up @@ -65,7 +65,7 @@ CLANG_VERSION=18
# The versions of the tools to use.
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
Expand Down
Loading