Skip to content

Conversation

@CalvinAllen
Copy link
Contributor

Summary

  • Adds detection for MINGW, MSYS, and Cygwin environments in the Unix wrapper script
  • Maps these environments to Windows and uses the correct .exe binary extension
  • Allows ./rnr to work from Git Bash on Windows

Test plan

  • Run ./rnr from Git Bash on Windows with a Windows platform configured
  • Verify the correct rnr-windows-amd64.exe binary is invoked
  • Verify existing Linux/macOS detection still works

Closes #45

The Unix wrapper script now properly detects Git Bash, MSYS2, and Cygwin
environments as Windows and uses the correct Windows binary with .exe
extension.

Closes #45
@CalvinAllen CalvinAllen merged commit 84e0fae into main Jan 12, 2026
17 checks passed
@CalvinAllen CalvinAllen deleted the fix/runner/mingw-os-detection branch January 12, 2026 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

fix(runner): unsupported OS error on mingw64 (Git Bash on Windows)

2 participants