We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64553bc commit 83a9fa3Copy full SHA for 83a9fa3
build-base/Dockerfile
@@ -12,8 +12,8 @@ RUN apt update && \
12
# Build and install patched WINE (see https://github.com/msys2/MSYS2-packages/issues/682)
13
RUN git clone --filter=tree:0 https://gitlab.winehq.org/jhol/wine.git /tmp/winesrc && \
14
cd /tmp/winesrc && \
15
- # https://gitlab.winehq.org/jhol/wine/-/commits/msys2-hacks-20
16
- git checkout e13721a94fe6af97dbb5242c02d35f494899f2c1 && \
+ # https://gitlab.winehq.org/jhol/wine/-/commits/msys2-hacks-21
+ git checkout 8ea3a1155e80d004aeeb5651f51e07d96a37a78c && \
17
./configure --disable-tests --enable-win64 --with-mingw --enable-archs=x86_64,i386 && \
18
make -j $(nproc) && \
19
env DESTDIR=/wine make -j $(nproc) install && \
0 commit comments