Open jdpipe opened 2 years ago
I wonder if there would be some way to extend
msys2/setup-msys2
to include support for adding extra entries in/etc/pacman.conf
?
I just came to suggest this, though I don't know how it would work in practice.
Note that if we had that, I would still need to install
wget
first, so it would probably need two separate calls tomsys2/setup-msys2
, perhaps it all gets too complicated. Thoughts...?
You could use curl
, which ships as part of Windows now, via cmd or powershell before setup-msys2. also the version of bsdtar that comes with Windows (as tar.exe) to extract after downloading.
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 that I add to my /etc/pacman.conf file, and then install. See below from my workflow file msys2.yml.
I wonder if there would be some way to extend
msys2/setup-msys2
to include support for adding extra entries in/etc/pacman.conf
?Note that if we had that, I would still need to install
wget
first, so it would probably need two separate calls tomsys2/setup-msys2
, perhaps it all gets too complicated. Thoughts...?