build: prepare v0.18.4.2

This commit is contained in:
selsta
2025-08-24 19:31:12 +02:00
parent 346d962837
commit 16da754c79
4 changed files with 6 additions and 6 deletions

View File

@@ -12,9 +12,9 @@ RUN apt update && \
RUN update-alternatives --set x86_64-w64-mingw32-g++ $(which x86_64-w64-mingw32-g++-posix) && \
update-alternatives --set x86_64-w64-mingw32-gcc $(which x86_64-w64-mingw32-gcc-posix)
RUN git clone -b v0.18.4.1 --depth 1 https://github.com/monero-project/monero && \
RUN git clone -b v0.18.4.2 --depth 1 https://github.com/monero-project/monero && \
cd monero && \
git reset --hard ec870e50706a29768a65f597155ed5c7ad7e6326 && \
git reset --hard d87edf57fcc4bc2279ad9d8a1db093805e6becd7 && \
cp -a contrib/depends / && \
cd .. && \
rm -rf monero