setup-msys2 icon indicating copy to clipboard operation
setup-msys2 copied to clipboard

GitHub Action to setup MSYS2

Results 46 setup-msys2 issues
Sort by recently updated
recently updated
newest added

Hi, could you please disable pacman's CheckSpace [1] "feature" independent of the `update` flag being set or not? I usually run the MSYS2 CI with `update` disabled, but install some...

This action is pretty neat, but one thing that would be nice is if saving the package cache could be deferred until after the build is done. This would be...

```yml strategy: fail-fast: false matrix: sys: [ MINGW64, MINGW32, UCRT64, CLANG64 ] steps: - uses: msys2/setup-msys2@v2 with: msystem: ${{matrix.sys}} install: >- git base-devel pacboy: >- openssl:p ``` In this example,...

win10 not included User $PATH. System $PATH OK win7 not included User $PATH and System $PATH

question

Hi, I would like to use this action to build the hdf5 rust crate against a msys2 package for HDF5. Things I would like to request for this github action:...

From https://github.com/msys2/setup-msys2/pull/149#issuecomment-881567677 - [ ] Add recipe and move the workflow to `.github/workflows` so that it's tested in CI. - [ ] CMake - [x] PKGBUILD - [x] Showcase how...

enhancement
help wanted

I have some additional packages that I need to test that aren't yet in the MINGW-packages repository (although hopefully they will be eventually). Basically, I have a local 'file://' repository...

It would be interesting for setup-msys2 to support a third source type. Apart from the built-in installation or a clean release, it would be convenient if users could provide their...

enhancement

Recently, GitHub added WSL to the virtual environment used in GitHub Actions (actions/virtual-environments#1081). As a result, `C:\Windows\System32\bash.exe` is created. This is NOT an issue for users of setup-msys2 with the...