forked from github-such-software/hash-wallet
Windows CI: source MinGW runtime DLLs from Flutter's bundled mingit #34
Reference in New Issue
Block a user
Delete Branch "github-such-software/hash-wallet:dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Flutter ships its own copy of Git ("mingit") at C:\flutter\bin\mingit,
which includes the MinGW runtime DLLs (libssp-0.dll, libwinpthread-1.dll).
This is guaranteed present on every runner since Flutter is a hard
prerequisite. Prefer it over choco's mingw package or the system Git
install — both of which proved fragile (choco's mingw install didn't
land at the documented path, and the system Git's mingw64\bin had been
overwritten by some other tool's .NET assemblies).
Issue Number (if Applicable): Fixes #
Description
Please include a summary of the changes and which issue is fixed / feature is added.
Pull Request - Checklist
Flutter ships its own copy of Git ("mingit") at C:\flutter\bin\mingit\, which includes the MinGW runtime DLLs (libssp-0.dll, libwinpthread-1.dll). This is guaranteed present on every runner since Flutter is a hard prerequisite. Prefer it over choco's mingw package or the system Git install — both of which proved fragile (choco's mingw install didn't land at the documented path, and the system Git's mingw64\bin had been overwritten by some other tool's .NET assemblies).