From dec8bdb39d16fae4f9de77924770cf46fc334d43 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 4 Apr 2025 12:43:24 +0400 Subject: [PATCH] Update breakpad in Docker to v2024.02.16 --- Telegram/build/docker/centos_env/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index c83af157dc..0caa78c212 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -753,9 +753,9 @@ RUN git clone -b {{ QT_TAG }} --depth=1 {{ GIT }}/qt/qt5.git \ && rm -rf qt5 FROM builder AS breakpad -RUN git clone -b v2023.06.01 --depth=1 https://chromium.googlesource.com/breakpad/breakpad.git \ +RUN git clone -b v2024.02.16 --depth=1 https://chromium.googlesource.com/breakpad/breakpad.git \ && cd breakpad \ - && git clone -b v2022.10.12 --depth=1 https://chromium.googlesource.com/linux-syscall-support.git src/third_party/lss \ + && git clone -b v2024.02.01 --depth=1 https://chromium.googlesource.com/linux-syscall-support.git src/third_party/lss \ && env -u CFLAGS -u CXXFLAGS ./configure \ && make -j$(nproc) \ && make DESTDIR="{{ LibrariesPath }}/breakpad-cache" install \