We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf29f8d commit 7dae115Copy full SHA for 7dae115
ci/linux-debian.Dockerfile
@@ -31,9 +31,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
31
python3 msvc-wine/vsdownload.py --accept-license --dest /opt/msvc Microsoft.VisualStudio.Workload.VCTools && \
32
msvc-wine/install.sh /opt/msvc
33
34
-# Moving the wine prefix to /tmp avoids error D8037 when invoking cl.exe.
35
-ENV WINEPREFIX=/tmp/wineprefix
36
-# Initialize the wine prefix. Wait until the wineserver process has
+# Initialize the wine environment. Wait until the wineserver process has
37
# exited before closing the session, to avoid corrupting the wine prefix.
38
RUN wine64 wineboot --init && \
39
while (ps -A | grep wineserver) > /dev/null; do sleep 1; done
0 commit comments