Skip to content

Commit db29bf2

Browse files
real-or-randomhebasto
authored andcommitted
ci: Remove quirk that runs dummy command after wineserver
The underlying issue is now worked around in upstream, see mstorsjo/msvc-wine#47 for details.
1 parent c7db494 commit db29bf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/cirrus.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ case "$WRAPPER_CMD" in
3636
*wine*)
3737
# Make sure to shutdown wineserver whenever we exit.
3838
trap "wineserver -k || true" EXIT INT HUP
39-
# This is apparently only reliable when we run a dummy command such as "hh.exe" afterwards.
40-
wineserver -p && wine hh.exe
39+
wineserver -p
4140
;;
4241
esac
4342

0 commit comments

Comments
 (0)