Streamlining matrix builds
See original GitHub issueI’m interested in streamlining matrix builds that include Linux and MacOS.
Currently, msys2/setup-msys2
fails on non-Windows platforms. It would be nice if there was an option to not fail and instead do nothing. This would mean I don’t have to conditionally perform the installation.
Additionally, having an extra msys2do
shell command which internally runs msys2 -c <cmd>
on Windows and runs <cmd>
directly everywhere else also helps.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Best Kodi 19 Matrix Builds in 2021 [Working no Buffering]
This page is the complete and updated list of best Kodi builds that work on the latest Kodi 19 Matrix. These builds work...
Read more >23 Best Kodi Builds in Jan 2023 (Added Kodi 19 Builds)
Kodi builds help set up Kodi by turning it into an ultimate streaming center. ... Atomic Matrix Kodi build is lightweight and runs...
Read more >10+ Best Kodi Builds in December 2022 (New Builds Added)
These builds provide you with a streamlined Kodi experience that makes using ... The best Kodi builds listed below are all compatible with...
Read more >Best Kodi 19 Matrix Builds {Latest Updated} : January 2023
You get many categories and streaming options, like Movies, TV Shows, Sports, etc., on matrix Build. Here is the guide. How to Install...
Read more >Top 5 Best Kodi 19.5 Matrix Builds (Updated January 2023)
Below are the Best Kodi 19.5 Matrix Builds – January 2023: · 1. Ezzermacs Build – · 2. Ghetto Astronaut Build – ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FYI, in a custom action of mine I ended up creating a
bash-or-msys2
symlink pointing tobash
on Linux / Mac OS, andmsys2.cmd
on Windows; thanks to that, and the fact that I used it asshell
parameter for some of my action steps (i.e.shell: bash-or-msys2 {0}
), I saved myself from duplicating a bunch of steps simply because it’s still not possible to inject shell to composite action (see: that https://github.com/actions/runner/issues/835).Hope it helps!
Option
platform-check-severity
was added in v2.6.0. See #172 and https://github.com/msys2/setup-msys2/blob/master/CHANGELOG.md#260---20211103.