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
4 changes: 2 additions & 2 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ env:
FALLBACK_GCC: 12
FALLBACK_CLANG: 16
CCACHE_VERSION: 4.12.2
CMAKE_VERSION: 4.1.0
CONAN_VERSION: 2.22.2
CMAKE_VERSION: 4.2.1
CONAN_VERSION: 2.24.0
GCOVR_VERSION: 8.3
MOLD_VERSION: 2.40.4
RUST_VERSION: 1.91.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ env:
CONTAINER_REGISTRY: ghcr.io
BUILDKIT_PROGRESS: plain
CCACHE_VERSION: 4.12.2
CMAKE_VERSION: 4.1.0
CONAN_VERSION: 2.22.2
CMAKE_VERSION: 4.2.1
CONAN_VERSION: 2.24.0
GCOVR_VERSION: 8.3
MOLD_VERSION: 2.40.4
RUST_VERSION: 1.91.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tools-rippled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
PUSH: ${{ github.event_name == 'push' }}
CONTAINER_REGISTRY: ghcr.io
BUILDKIT_PROGRESS: plain
CMAKE_VERSION: 4.1.0
CMAKE_VERSION: 4.2.1
DOXYGEN_VERSION: 1.9.8+ds-2build5
GCC_VERSION: 14
GRAPHVIZ_VERSION: 2.42.2-9ubuntu0.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ env:
FALLBACK_GCC: 12
FALLBACK_CLANG: 16
CCACHE_VERSION: 4.12.2
CMAKE_VERSION: 4.1.0
CONAN_VERSION: 2.22.2
CMAKE_VERSION: 4.2.1
CONAN_VERSION: 2.24.0
GCOVR_VERSION: 8.3
MOLD_VERSION: 2.40.4
RUST_VERSION: 1.91.1
Expand Down
12 changes: 6 additions & 6 deletions docker/debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ directory of the repository.
DEBIAN_VERSION=bookworm
GCC_VERSION=12
CCACHE_VERSION=4.12.2
CMAKE_VERSION=4.1.0
CONAN_VERSION=2.22.2
CMAKE_VERSION=4.2.1
CONAN_VERSION=2.24.0
GCOVR_VERSION=8.3
MOLD_VERSION=2.40.4
RUST_VERSION=1.91.1
Expand Down Expand Up @@ -73,8 +73,8 @@ GCC_VERSION=12
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.1.0
CONAN_VERSION=2.22.2
CMAKE_VERSION=4.2.1
CONAN_VERSION=2.24.0
GCOVR_VERSION=8.3
MOLD_VERSION=2.40.4
RUST_VERSION=1.91.1
Expand Down Expand Up @@ -109,8 +109,8 @@ DEBIAN_VERSION=bookworm
CLANG_VERSION=17
# The versions of the tools to use.
CCACHE_VERSION=4.12.2
CMAKE_VERSION=4.1.0
CONAN_VERSION=2.22.2
CMAKE_VERSION=4.2.1
CONAN_VERSION=2.24.0
GCOVR_VERSION=8.3
MOLD_VERSION=2.40.4
RUST_VERSION=1.91.1
Expand Down
8 changes: 4 additions & 4 deletions docker/rhel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ RHEL_VERSION=9
GCC_VERSION=12
# The versions of the tools to use.
CCACHE_VERSION=4.12.2
CMAKE_VERSION=4.1.0
CONAN_VERSION=2.22.2
CMAKE_VERSION=4.2.1
CONAN_VERSION=2.24.0
GCOVR_VERSION=8.3
MOLD_VERSION=2.40.4
RUST_VERSION=1.91.1
Expand Down Expand Up @@ -62,8 +62,8 @@ directory of the repository.
RHEL_VERSION=10
# The versions of the tools to use.
CCACHE_VERSION=4.12.2
CMAKE_VERSION=4.1.0
CONAN_VERSION=2.22.2
CMAKE_VERSION=4.2.1
CONAN_VERSION=2.24.0
GCOVR_VERSION=8.3
MOLD_VERSION=2.40.4
RUST_VERSION=1.91.1
Expand Down
2 changes: 1 addition & 1 deletion docker/tools-rippled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ the repository.

```shell
UBUNTU_VERSION=noble
CMAKE_VERSION=4.1.0
CMAKE_VERSION=4.2.1
DOXYGEN_VERSION=1.9.8+ds-2build5
GCC_VERSION=14
GRAPHVIZ_VERSION=2.42.2-9ubuntu0.1
Expand Down
8 changes: 4 additions & 4 deletions docker/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ UBUNTU_VERSION=noble
GCC_VERSION=14
# The versions of the tools to use.
CCACHE_VERSION=4.12.2
CMAKE_VERSION=4.1.0
CONAN_VERSION=2.22.2
CMAKE_VERSION=4.2.1
CONAN_VERSION=2.24.0
GCOVR_VERSION=8.3
MOLD_VERSION=2.40.4
RUST_VERSION=1.91.1
Expand Down Expand Up @@ -64,8 +64,8 @@ UBUNTU_VERSION=noble
CLANG_VERSION=18
# The versions of the tools to use.
CCACHE_VERSION=4.12.2
CMAKE_VERSION=4.1.0
CONAN_VERSION=2.22.2
CMAKE_VERSION=4.2.1
CONAN_VERSION=2.24.0
GCOVR_VERSION=8.3
MOLD_VERSION=2.40.4
RUST_VERSION=1.91.1
Expand Down