Commit 1d9be21
committed
fix(build): static-link MinGW package-smoke to fix CI hang
The installed-package smoke exe dynamically linked the MinGW runtime; the Windows runner resolves a mismatched libstdc++/libgcc/winpthread on PATH, hanging the exe at startup/teardown (same root cause as the earlier test-exe STATUS_ENTRYPOINT_NOT_FOUND). Embedding the GCC runtime makes it self-contained and PATH-independent, without changing what the smoke verifies. Verified locally: exe carries no external GCC runtime DLL and exits 0.1 parent 3234450 commit 1d9be21
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
14 | 23 | | |
15 | 24 | | |
0 commit comments