Skip to content

std.Build.Step.Run: Set WINEDEBUG=-all for -fwine by default. #24151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexrp
Copy link
Member

@alexrp alexrp commented Jun 11, 2025

This silences the excessive default stderr logging from Wine. The user can still override this by setting WINEDEBUG in the environment or on the step's env_map; this just provides a more sensible default.

Closes #24139.

This silences the excessive default stderr logging from Wine. The user can still
override this by setting WINEDEBUG in the environment; this just provides a more
sensible default.

Closes ziglang#24139.
@alexrp alexrp requested a review from andrewrk June 11, 2025 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wine logging affects zig build test when enable_wine = true
1 participant