Skip to content

Commit

Permalink
ci: Remove quirk that runs dummy command after wineserver
Browse files Browse the repository at this point in the history
The underlying issue is now worked around in upstream, see
mstorsjo/msvc-wine#47 for details.
  • Loading branch information
real-or-random authored and hebasto committed Jun 2, 2023
1 parent ecb979e commit 0c1e39b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/cirrus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ case "$WRAPPER_CMD" in
*wine*)
# Make sure to shutdown wineserver whenever we exit.
trap "wineserver -k || true" EXIT INT HUP
# This is apparently only reliable when we run a dummy command such as "hh.exe" afterwards.
wineserver -p && wine hh.exe
wineserver -p
;;
esac

Expand Down

0 comments on commit 0c1e39b

Please sign in to comment.