Wine comctl32 installation hangs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-02-20 19:55:05 +01:00
parent 8ae5b01503
commit a8167b63af

View File

@@ -79,7 +79,6 @@ RUN set -x -e; \
echo 3ddeb620fc45c623ade58f179e80cea64b7af5b76b0b4b1f65b766df3c5614ce04809f40614ebeb98dd6b4662dc1c2bed38d1f78eadc489360d54e35b98b9904 /tmp/dotnet.exe > /tmp/chk; \
sha512sum -c /tmp/chk; \
while pgrep wineserver >/dev/null; do echo "Waiting for wineserver to complete"; sleep 1; done; \
winetricks comctl32; \
while true; do \
if timeout 30m wine z:\\tmp\\dotnet.exe /q; then \
break; \