chore: Update Conan to 2.20.1 (#2509)

This commit is contained in:
Ayaz Salikhov
2025-09-04 14:01:34 +01:00
committed by GitHub
parent cf4d5d649a
commit b8c298b734
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ ENV PATH="/opt/venv/bin:$PATH"
RUN pip install -q --no-cache-dir \
cmake \
conan==2.17.0 \
conan==2.20.1 \
gcovr \
pre-commit

View File

@@ -8,7 +8,7 @@ The image is based on Ubuntu 20.04 and contains:
- ccache 4.11.3
- Clang 19
- ClangBuildAnalyzer 1.6.0
- Conan 2.17.0
- Conan 2.20.1
- Doxygen 1.12
- GCC 15.2.0
- GDB 16.3

View File

@@ -6,7 +6,7 @@
## Minimum Requirements
- [Python 3.7](https://www.python.org/downloads/)
- [Conan 2.17.0](https://conan.io/downloads.html)
- [Conan 2.20.1](https://conan.io/downloads.html)
- [CMake 3.20](https://cmake.org/download/)
- [**Optional**] [GCovr](https://gcc.gnu.org/onlinedocs/gcc/Gcov.html): needed for code coverage generation
- [**Optional**] [CCache](https://ccache.dev/): speeds up compilation if you are going to compile Clio often