mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-11 10:23:56 +02:00
Update breakpad in Docker to v2024.02.16
This commit is contained in:
parent
f318aeb67c
commit
dec8bdb39d
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue