Windows CI: pull MinGW runtime DLLs from choco's mingw install #33

Merged
such-gitea merged 1 commits from github-such-software/hash-wallet:dev into dev 2026-05-20 19:04:48 -04:00
Owner

Git for Windows ships a stripped-down MinGW that doesn't include
libssp-0.dll. Add C:\ProgramData\chocolatey\lib\mingw\tools\install
mingw64\bin (the canonical layout from choco install -y mingw) as the
primary search location for libssp-0 + libwinpthread-1. Also dump the
contents of each candidate path on failure so we can see what's there.

Issue Number (if Applicable): Fixes #

Description

Please include a summary of the changes and which issue is fixed / feature is added.

Pull Request - Checklist

  • Initial Manual Tests Passed
  • Double check modified code and verify it with the feature/task requirements
  • Format code
  • Look for code duplication
  • Clear naming for variables and methods
  • Manual tests in accessibility mode (TalkBack on Android) passed
Git for Windows ships a stripped-down MinGW that doesn't include libssp-0.dll. Add C:\ProgramData\chocolatey\lib\mingw\tools\install\ mingw64\bin (the canonical layout from `choco install -y mingw`) as the primary search location for libssp-0 + libwinpthread-1. Also dump the contents of each candidate path on failure so we can see what's there. Issue Number (if Applicable): Fixes # # Description Please include a summary of the changes and which issue is fixed / feature is added. # Pull Request - Checklist - [ ] Initial Manual Tests Passed - [ ] Double check modified code and verify it with the feature/task requirements - [ ] Format code - [ ] Look for code duplication - [ ] Clear naming for variables and methods - [ ] Manual tests in accessibility mode (TalkBack on Android) passed
such-gitea added 1 commit 2026-05-20 19:04:44 -04:00
Git for Windows ships a stripped-down MinGW that doesn't include
libssp-0.dll. Add C:\ProgramData\chocolatey\lib\mingw\tools\install\
mingw64\bin (the canonical layout from `choco install -y mingw`) as the
primary search location for libssp-0 + libwinpthread-1. Also dump the
contents of each candidate path on failure so we can see what's there.
such-gitea merged commit b5eb4e6019 into dev 2026-05-20 19:04:48 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Builds/hash-wallet#33