Skip to content

Update to msys2-hackes-23; suppress gecko/mono; strip binaries after removing include directory#24

Merged
lazka merged 3 commits into
msys2:mainfrom
jhol:updates
May 14, 2026
Merged

Update to msys2-hackes-23; suppress gecko/mono; strip binaries after removing include directory#24
lazka merged 3 commits into
msys2:mainfrom
jhol:updates

Conversation

@jhol
Copy link
Copy Markdown
Contributor

@jhol jhol commented May 13, 2026

No description provided.

jhol added 3 commits May 13, 2026 15:49
The strip command ran on all files before the include directory was
deleted, producing hundreds of harmless 'file format not recognized'
warnings from header and IDL files. Swap the order so includes are
removed first.
Wine can attempt to download and install Gecko (for mshtml/IE) and
Mono (for .NET) at startup or when loading certain DLLs. These are
unnecessary in container environments and can cause unexpected prompts
or delays.

Set WINEDLLOVERRIDES=mshtml=d;mscoree=d in both the Dockerfiles (as
an ENV that applies to all build and runtime Wine invocations) and in
the wrapper scripts (with a fallback default so they work correctly
outside the container too).
Update the Wine fork from msys2-hacks-22 to msys2-hacks-23.
@lazka lazka merged commit cdb1e02 into msys2:main May 14, 2026
1 check passed
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.

2 participants