You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we're building in a minimal MSYS2 environment, `git` is not
available (at least not MSYS2's) and therefore the `configure` log would
show this:
/d/a/msys2-runtime/msys2-runtime/winsup/configure: line 6858: git: command not found
configure: WARNING: Could not determine msys2-runtime commit"
Let's work around this by using the `--with-msys2-runtime-commit` route.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments