From c117f470f2ef954520ab5d1c8a5ed2b9e68d6f8a Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 30 Oct 2025 14:32:23 +0000 Subject: [PATCH] ci: Install pre-commit in the main CI image as well (#2744) --- docker/ci/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/ci/Dockerfile b/docker/ci/Dockerfile index 0f689a8d..a2617557 100644 --- a/docker/ci/Dockerfile +++ b/docker/ci/Dockerfile @@ -56,7 +56,10 @@ RUN pip install -q --no-cache-dir \ 'lxml<6.0.0' \ cmake \ conan==2.22.1 \ - gcovr + gcovr \ + # We're adding pre-commit to this image as well, + # because clang-tidy workflow requires it + pre-commit # Install LLVM tools ARG LLVM_TOOLS_VERSION=20